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.
@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