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

CIS benchmark is removed from Kubernetes worker #864

Open
VariableDeclared opened this issue Oct 8, 2024 · 3 comments
Open

CIS benchmark is removed from Kubernetes worker #864

VariableDeclared opened this issue Oct 8, 2024 · 3 comments

Comments

@VariableDeclared
Copy link

Hello folks,

Following the guide at https://ubuntu.com/kubernetes/docs/cis-compliance - there is a step to execute cis-benchmark on Kubernetes worker. The action no longer exists:

juju run kubernetes-worker/0 cis-benchmark \
  config='https://github.com/charmed-kubernetes/kube-bench-config/archive/cis-1.5.zip'

Operation 3 failed to schedule any tasks:
action "cis-benchmark" not defined on unit "kubernetes-worker/0"

Thanks,
Peter

@evilnick
Copy link
Collaborator

evilnick commented Oct 8, 2024

Thanks for this. It seems the action got dropped from the charm, possibly when it got rewritten. We can either solve this by

  1. implementing the action
  2. deleting the CIS-compliance docs

any preference @ktsakalozos @addyess ?

@nobuto-m
Copy link
Contributor

nobuto-m commented Oct 8, 2024

@nobuto-m
Copy link
Contributor

nobuto-m commented Oct 8, 2024

And charmed-kubernetes/charm-kubernetes-control-plane#349

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants