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 ./crd.yaml
Warning: resource customresourcedefinitions/fluentdconfigs.logs.vdp.vmware.com is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically.
customresourcedefinition.apiextensions.k8s.io/fluentdconfigs.logs.vdp.vmware.com configured
Describe the bug
Currently it is impossible to follow the instructions for installing without Helm due to an extra tab on
.spec
incrd.yaml
Reproduction steps
Following the instructions linked above on any Kubernetes cluster should produce the following behavior when executing
kubectl apply -f ./crd.yaml
:Expected behavior
Additional context
Root Cause:
kube-fluentd-operator/kubectl/crd.yaml
Line 6 in 281290e
The text was updated successfully, but these errors were encountered: