-
Notifications
You must be signed in to change notification settings - Fork 5
Feature/dpr/opentofu #178
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
Feature/dpr/opentofu #178
Conversation
I found this problem on a clean clone of CloudControl when no Dockerfile was created before.
e539140 to
cba0c4f
Compare
2cadcf2 to
63a1306
Compare
ThomasMinor
left a comment
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.
When using the krew plugin ks, I get the following logs and the startup fails:
`2025/09/04 11:21:26 Installing kubectl plugin ks...
2025/09/04 11:21:26 Error Installing kubectl plugin ks: WARNING: To be able to run kubectl plugins, you need to add
the following to your ~/.bash_profile, ~/.bashrc, or ~/.zshrc:
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
and restart your shell.
Updated the local copy of plugin index.
WARNING: Detected stdin, but discarding it because of --manifest or args
Installing plugin: ks
W0904 11:21:26.785549 463 install.go:164] failed to install plugin "ks": plugin "ks" does not offer installation for this platform
failed to install some plugins: [ks]: plugin "ks" does not offer installation for this platform
time="2025-09-04T11:21:26+02:00" level=error msg="exit status 1"`
I'm using MacOS and podman version 5.6.0 and a podman machine 5.2.2
|
@ThomasMinor Are you sure about that plugin? The ks plugin is something for KubeSphere. If you mean the replacement for the "kc" feature is called "cs". |
|
@dploeger I'm at least sure that this plugin was activated the last time I started this container. I'm not dependent on it though AND I maybe had a typo. |
Okay. Can you approve this then? |
This adds a feature to install OpenTofu and also fixes a small problem in the build.sh tool