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
# kubectl apply -f prometheus/
namespace/kiamol-ch14-monitoring created
configmap/prometheus-config created
service/prometheus created
deployment.apps/prometheus created
serviceaccount/prometheus created
resource mapping not found for name: "prometheus" namespace: "" from "prometheus/prometheus.yaml": no matches for kind "ClusterRole" in version "rbac.authorization.k8s.io/v1beta1"
ensure CRDs are installed first
resource mapping not found for name: "prometheus" namespace: "" from "prometheus/prometheus.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1"
ensure CRDs are installed first
The kubernetes cluster is a simple single node k3s vanilla setup. kubectl is an alias for k3s kubectl
# k3s --version
k3s version v1.26.3+k3s1 (01ea3ff2)
go version go1.19.7
Possibly a change in the RBAC API?
The text was updated successfully, but these errors were encountered:
The very first command after cd fails!
The kubernetes cluster is a simple single node k3s vanilla setup. kubectl is an alias for
k3s kubectl
Possibly a change in the RBAC API?
The text was updated successfully, but these errors were encountered: