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

Deploy operator with single YAML manifest #611

Merged
merged 2 commits into from
Nov 30, 2023

Conversation

spilchen
Copy link
Collaborator

Now that our operator is cluster scoped, we can deploy it using simple kubectl apply -f ... commands. This adds that manifest to our release artifacts. This will be published on GitHub in our 2.0.0 release. Once released the command will be:

# Install CRDs
kubectl apply --server-side=true --force-conflicts -f https://github.com/vertica/vertica-kubernetes/releases/latest/download/verticadbs.vertica.com-crd.yaml
kubectl apply --server-side=true --force-conflicts -f https://github.com/vertica/vertica-kubernetes/releases/latest/download/verticaautoscalers.vertica.com-crd.yaml
kubectl apply --server-side=true --force-conflicts -f https://github.com/vertica/vertica-kubernetes/releases/latest/download/eventtriggers.vertica.com-crd.yaml
# Deploy the operator
kubectl apply -f https://github.com/vertica/vertica-kubernetes/releases/latest/download/operator.yaml

@spilchen spilchen requested a review from roypaulin November 30, 2023 16:09
@spilchen spilchen self-assigned this Nov 30, 2023
@roypaulin
Copy link
Collaborator

I get the idea but what about all the parameters that are usually set on helm charts?

@spilchen
Copy link
Collaborator Author

I get the idea but what about all the parameters that are usually set on helm charts?

The manifest just has the default values for those. That is good enough to deploy the operator. If you need a customized deployment, helm is still the way to go.

@spilchen spilchen merged commit daf14c6 into main Nov 30, 2023
@spilchen spilchen deleted the spilchen/deploy-with-manifest branch November 30, 2023 21:02
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