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

Remove dev deps during user deployment like go, git, etc. #1693

Open
surajssd opened this issue Feb 6, 2024 · 1 comment
Open

Remove dev deps during user deployment like go, git, etc. #1693

surajssd opened this issue Feb 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@surajssd
Copy link
Member

surajssd commented Feb 6, 2024

Right now a user needs to install golang to deploy CAA?

# CLOUD_PROVIDER=azure make deploy
bash: line 1: go: command not found
kubectl apply -k "github.com/confidential-containers/operator/config/release?ref=v0.8.0"
error: no 'git' program on path: exec: "git": executable file not found in $PATH
make: *** [Makefile:168: deploy] Error 1
@surajssd surajssd added the bug Something isn't working label Feb 6, 2024
@surajssd surajssd changed the title Remove Golang from user deployment dependency Remove dev deps during user deployment like go, git, etc. Feb 6, 2024
@surajssd
Copy link
Member Author

surajssd commented Feb 7, 2024

As reported by @bpradipt (correct me if I am wrong) we can ask user to just use the kubectl apply -f commands directly instead of asking them to use make or any such thing. But the downside is that we may not be able to deploy the peer pod controller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant