Frequently asked questions
How can I run the unreleased master version?
-
Clone the logging-operator repo.
git clone git@github.com:kube-logging/logging-operator.git
-
Navigate to the
logging-operator
folder.cd logging-operator
-
Install with helm
-
Helm v3
helm upgrade --install --wait --create-namespace --namespace logging logging ./charts/logging-operator --set image.tag=master
-
How can I support the project?
- Give a star to this repository
- Add your company to the adopters list
Last modified June 3, 2024: [4.6] Blog link fix (cc4602a)