kubectl apply -k .
namespace/hcloud-ip-floater created
serviceaccount/hcloud-ip-floater created
secret/hcloud-ip-floater-secret-env-6c674bdb66 created
deployment.apps/hcloud-ip-floater created
unable to recognize ".": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1"
unable to recognize ".": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1"
Hi,
got an issue deplyoing it:
kubectl version
kubectl api-versions
I did manage to deploy it, by changing
rbac.authorization.k8s.io/v1beta1
torbac.authorization.k8s.io/v1
, but not so sure if that was healthy to do?Cheers Michael