Skip to content

Commit

Permalink
Add support to register clusters with auto-generated clusterId in CSI…
Browse files Browse the repository at this point in the history
… 3.0
  • Loading branch information
gohilankit committed Apr 8, 2023
1 parent be60704 commit c903c8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/basic-auth/deploy-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ spec:
- name: swagger-api
mountPath: /api
- name: cns-manager
image: projects.registry.vmware.com/cns_manager/cns-manager:r0.1.0
image: projects.registry.vmware.com/cns_manager/cns-manager:r0.1.1-rc.1
resources:
requests:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion deploy/oauth2/deploy-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ spec:
- name: swagger-api
mountPath: /api
- name: cns-manager
image: projects.registry.vmware.com/cns_manager/cns-manager:r0.1.0
image: projects.registry.vmware.com/cns_manager/cns-manager:r0.1.1-rc.1
resources:
requests:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion scripts/get-kubeconfig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ rules:
resources: ["nodes"]
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["secrets"]
resources: ["secrets","configmaps"]
verbs: ["get", "list"]
- apiGroups: ["cns.vmware.com"]
resources: ["cnsvspherevolumemigrations"]
Expand Down

0 comments on commit c903c8b

Please sign in to comment.