You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to apply config with kubectl apply -f /etc/kubernetes/config.yaml (which is generated by this module), the error at the end is outputted, reporting no matches for "InitConfiguration", "ClusterConfiguration" and "KubeProxyConfiguration".
Expected Behavior
The config should apply and not error out
Steps to Reproduce
Install module
Set up running cluster
Try apply the yaml above
Environment
kubeadm.k8s.io/v1beta3
RHEL 8
k8s 1.28
Additional Context
The error:
[root@kube1-lon ~]# k apply -f /etc/kubernetes/config.yaml
resource mapping not found for name: "" namespace: "" from "/etc/kubernetes/config.yaml": no matches for kind "InitConfiguration" in version "kubeadm.k8s.io/v1beta3"
ensure CRDs are installed first
resource mapping not found for name: "" namespace: "" from "/etc/kubernetes/config.yaml": no matches for kind "ClusterConfiguration" in version "kubeadm.k8s.io/v1beta3"
ensure CRDs are installed first
resource mapping not found for name: "" namespace: "" from "/etc/kubernetes/config.yaml": no matches for kind "KubeProxyConfiguration" in version "kubeproxy.config.k8s.io/v1alpha1"
ensure CRDs are installed first
Describe the Bug
When trying to apply config with
kubectl apply -f /etc/kubernetes/config.yaml
(which is generated by this module), the error at the end is outputted, reporting no matches for "InitConfiguration", "ClusterConfiguration" and "KubeProxyConfiguration".Expected Behavior
The config should apply and not error out
Steps to Reproduce
Install module
Set up running cluster
Try apply the yaml above
Environment
Additional Context
The error:
the yaml itself:
The text was updated successfully, but these errors were encountered: