Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kustomization.yaml for easy operator deployment #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

4n4nd
Copy link
Contributor

@4n4nd 4n4nd commented Nov 18, 2020

This should make operator deployment easier using kustomize
I can update the docs after it is merged.

To deploy run: kustomize build manifests/ | kubectl apply -f - in the repo root

haoqing0110 referenced this pull request in stolostron/observatorium-operator Apr 7, 2021
$KUBECTL apply -f manifests/cluster_role.yaml
$KUBECTL apply -f manifests/cluster_role_binding.yaml
$KUBECTL apply -f manifests/service_account.yaml
$KUBECTL apply -f manifests/operator.yaml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@4n4nd How about just use $KUBECTL apply -k manifests?

saswatamcode pushed a commit to saswatamcode/observatorium-operator that referenced this pull request May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants