Skip to content

kubesphere-sigs/ks-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the infra repo for KubeSphere community.

As you can see, this repo located in kubesphere-sigs instead of kubesphere. That means we only put those exploratory project in here.

We're using GitOps frameworks to keep all environments updated.

Setup Environment

Install ArgoCD first

kubectl create ns argocd
kustomize build prod/argocd/core-install | kubectl apply -n argocd -f -

then install cert-manager:

hd install cert-manager
cmctl x install

Please change the default namespace of your kubectl config to be argocd.

then create ArgoCD Application:

argocd app create appset --repo https://github.com/kubesphere-sigs/ks-infra \
    --path appset --dest-namespace argocd \
    --sync-policy automated \
    --dest-server https://kubernetes.default.svc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •