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 fluentbit/
namespace/kiamol-ch13-logging created
configmap/fluent-bit-config created
daemonset.apps/fluent-bit created
serviceaccount/fluent-bit created
clusterrole.rbac.authorization.k8s.io/fluent-bit created
error: resource mapping not found for name: "fluent-bit" namespace: "" from "fluentbit/fluentbit.yaml": no matches for kind "ClusterRoleBinding" in version "rbac.authorization.k8s.io/v1beta1"
ensure CRDs are installed first
Description:
Migrate all ClusterRoleBinding instances from v1beta1 to v1 API version to maintain compatibility with Kubernetes updates.
Issue:
Description:
Migrate all ClusterRoleBinding instances from
v1beta1
tov1
API version to maintain compatibility with Kubernetes updates.Reference
The text was updated successfully, but these errors were encountered: