mirror of
https://github.com/n8sOrganization/vCluster-OIDC.git
synced 2025-12-13 11:42:17 +00:00
Update README.md
This commit is contained in:
@@ -55,10 +55,10 @@ helm repo update
|
||||
kubectl create ns cluster-a
|
||||
```
|
||||
|
||||
Replace the `team-a-cluster-admins` value below with a group from your Auth server. Members of this group will be bound to the cluster-admins role.
|
||||
Replace the `k8s-team-a-cluster-admins` value below with a group from your Auth server. Members of this group will be bound to the cluster-admins role.
|
||||
|
||||
```console
|
||||
helm install cluster-a loft-sh/vcluster-k8s -n cluster-a -f ./vals.yaml --set ClusterAdminGroup=team-a-cluster-admins
|
||||
helm install cluster-a loft-sh/vcluster-k8s -n cluster-a -f ./vals.yaml --set ClusterAdminGroup=k8s-team-a-cluster-admins
|
||||
```
|
||||
|
||||
### Once the vCluster install is complete, we'll retrieve the generated kubeconfig file and modify it
|
||||
@@ -71,6 +71,8 @@ kubectl get svc -n cluster-a cluster-a-lb
|
||||
|
||||
2. Retrieve kubeconfig file
|
||||
|
||||
_Note: This secret may take an additional minute or two after chart deployment to create._
|
||||
|
||||
```console
|
||||
kubectl get secret vc-cluster-a -n cluster-a --template={{.data.config}} | base64 -D > kc
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user