Skip to content

Commit

Permalink
Merge pull request #244 from feitnomore/main
Browse files Browse the repository at this point in the history
Fix namespace/cluster name on templates.
  • Loading branch information
k8s-ci-robot authored Jun 29, 2023
2 parents 44140e4 + 75c71b2 commit d446182
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions templates/cluster-template-kccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ data:
cloud-config: |
loadBalancer:
creationPollInterval: 30
namespace: kvcluster
namespace: ${NAMESPACE}
instancesV2:
enabled: true
zoneAndRegionEnabled: false
Expand Down Expand Up @@ -278,7 +278,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
4 changes: 2 additions & 2 deletions templates/cluster-template-lb-kccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ data:
cloud-config: |
loadBalancer:
creationPollInterval: 30
namespace: kvcluster
namespace: ${NAMESPACE}
instancesV2:
enabled: true
zoneAndRegionEnabled: false
Expand Down Expand Up @@ -278,7 +278,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
4 changes: 2 additions & 2 deletions templates/cluster-template-passt-kccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ data:
cloud-config: |
loadBalancer:
creationPollInterval: 30
namespace: kvcluster
namespace: ${NAMESPACE}
instancesV2:
enabled: true
zoneAndRegionEnabled: false
Expand Down Expand Up @@ -288,7 +288,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
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 d446182

Please sign in to comment.