-
Notifications
You must be signed in to change notification settings - Fork 440
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
Upgrade operator-sdk #982
Upgrade operator-sdk #982
Conversation
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
@pavolloffay, @jpkrohling, could you please take a look? |
The scorecard images need to be upgraded as well |
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
I've changed them. |
Makefile
Outdated
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/v3,v3.8.7) | ||
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary. | ||
$(KUSTOMIZE): $(LOCALBIN) | ||
curl -s $(KUSTOMIZE_INSTALL_SCRIPT) | bash -s -- $(subst v,,$(KUSTOMIZE_VERSION)) $(LOCALBIN) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there another way of doing this without bash | curl
? I myself frown upon this, as I would have to inspect the script before running this make target, instead of just looking at the Makefile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've followed the upgrade recommendations of operator-sdk; most likely, they are not so effective.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've rolled back to use the previous way with the v4 of kustomize
.
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
* Upgrading operator-sdk Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Upgrading operator-sdk Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Upgrading operator-sdk Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Changing api docs Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Changing annotations Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Changing annotations Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Upgrading scorecard version Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Removing curl-bash commands and kustomization file changes Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Removing curl-bash commands and kustomization file changes Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Adding kube-rbac-proxy changes Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa yurimsa@gmail.com
Resolver #972