File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 11# Copyright 2023 Nutanix. All rights reserved.
22# SPDX-License-Identifier: Apache-2.0
33
4+ CAREN_FEATURE_GATES ?= ""
5+
46.PHONY : dev.run-on-kind
57dev.run-on-kind : export KUBECONFIG := $(KIND_KUBECONFIG )
68dev.run-on-kind : kind.create clusterctl.init
@@ -16,6 +18,7 @@ dev.run-on-kind:
1618 --set-string image.repository=ko.local/cluster-api-runtime-extensions-nutanix \
1719 --set-string image.tag=$(SNAPSHOT_VERSION ) \
1820 --set-string helmRepository.images.bundleInitializer.tag=$(SNAPSHOT_VERSION ) \
21+ --set extraArgs.feature-gates=" $( CAREN_FEATURE_GATES) " \
1922 --wait --wait-for-jobs
2023 kubectl rollout restart deployment cluster-api-runtime-extensions-nutanix
2124 kubectl rollout restart deployment helm-repository
You can’t perform that action at this time.
0 commit comments