Skip to content

Commit

Permalink
Update cluster-template-persistent-storage-kccm.yaml
Browse files Browse the repository at this point in the history
1. Configmap data for Provider was looking for kvcluster namespace instead of actual cluster namespace.
2. Deployment is looking for kvcluster cluster instead of actual cluster name.
  • Loading branch information
feitnomore authored Jun 24, 2023
1 parent 770b3eb commit 75c71b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/cluster-template-persistent-storage-kccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ data:
cloud-config: |
loadBalancer:
creationPollInterval: 30
namespace: kvcluster
namespace: ${NAMESPACE}
instancesV2:
enabled: true
zoneAndRegionEnabled: false
Expand Down Expand Up @@ -302,7 +302,7 @@ spec:
- --cloud-provider=kubevirt
- --cloud-config=/etc/cloud/cloud-config
- --kubeconfig=/etc/kubernetes/kubeconfig/value
- --cluster-name=kvcluster
- --cluster-name=${CLUSTER_NAME}
- --authentication-skip-lookup=true
command:
- /bin/kubevirt-cloud-controller-manager
Expand Down

0 comments on commit 75c71b2

Please sign in to comment.