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

Write operator yaml with correct tag into release #161

Closed
kvaps opened this issue Apr 11, 2024 · 0 comments · Fixed by #173
Closed

Write operator yaml with correct tag into release #161

kvaps opened this issue Apr 11, 2024 · 0 comments · Fixed by #173
Assignees

Comments

@kvaps
Copy link
Member

kvaps commented Apr 11, 2024

Currently quick start guide provides an insturcion to install operator like this:

kustomize build 'https://github.com/aenix-io/etcd-operator//config/default?ref=main' | kubectl apply -f -

But output yaml contains image with :latest flag, which might install etcd-operator older version than CRDs, and affect problems like that #159

Proposed solution

It would be nice to write resulting YAML file with all the CRDs and correct tag into release.

To make it possbile install it simple as:

kubectl apply -f https://github.com/aenix-io/etcd-operator/releases/download/latest/etcd-operator.crds.yaml
kubectl apply -f https://github.com/aenix-io/etcd-operator/releases/download/latest/etcd-operator.yaml
@hiddenmarten hiddenmarten self-assigned this Apr 13, 2024
@hiddenmarten hiddenmarten linked a pull request Apr 13, 2024 that will close this issue
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 a pull request may close this issue.

2 participants