Kubectl
A installation guide for "Logging Operator" inside Kubernetes cluster using kubectl command line tool.
Namespace Creation
kubectl create ns logging-operatorCRD Setup
kubectl apply -f config/crd/basesRBAC Setup
kubectl apply -f config/rbac/Operator Deployment
kubectl apply -f config/manager/manager.yamlLast updated
Was this helpful?