Cluster-api-provider-azure: Remove kind get kubeconfig-path references in makefile and getting-started scripts

Created on 7 Jan 2020  路  7Comments  路  Source: kubernetes-sigs/cluster-api-provider-azure

kind get kubeconfig-path is deprecated.

See https://github.com/kubernetes-sigs/kind/issues/1060 for details.

kubectl \
        --kubeconfig=$(kind get kubeconfig-path --name="clusterapi") \
        create -f examples/_out/controlplane.yaml
`kind get kubeconfig-path` is deprecated!

KIND will export and merge kubeconfig like kops, minikube, etc.
This command is now unnecessary and will be removed in a future release.
good first issue help wanted

All 7 comments

@rbitia do you want to take this one?

This is the similar issue in cluster-api main repo https://github.com/kubernetes-sigs/cluster-api/issues/1796

/help
/good-first-issue

@CecileRobertMichon:
This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-good-first-issue command.

In response to this:

/help
/good-first-issue

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@CecileRobertMichon should this include bumping the MINIMUM_KIND_VERSION to 0.6?

@nader-ziada yes

/assign

Was this page helpful?
0 / 5 - 0 ratings