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

[Bug]: bootstrapping(kyverno) - namespaces "node-image-cache" not found #207

Open
1 task done
uptownhr opened this issue Jan 17, 2025 · 0 comments
Open
1 task done
Assignees
Labels
bug Something isn't working triage Needs to be triaged

Comments

@uptownhr
Copy link
Collaborator

Prior Search

  • I have already searched this project's issues to determine if a bug report has already been made.

What happened?

unable to apply kube_policies due to error namespaces "node-image-cache" not found

Steps to Reproduce

  1. Start bootstrapping guide
  2. get to kyverno guide
  3. attempt to apply the kube_policies module

Relevant log output

* Failed to execute "tofu apply -lock-timeout=30m -input=false" in ../../../../.terragrunt-cache/TQ4oD8TLViCMjdCi2aoNvpWoGjw/LLAAJNcpJ-3Xlv1YMiX0HdHm1T8/kube_policies
  ╷
  │ Error: namespaces "node-image-cache" not found
  │ 
  │   with module.prepull_pod["amd64"].kubernetes_secret.secrets,
  │   on ../kube_pod/main.tf line 438, in resource "kubernetes_secret" "secrets":
  │  438: resource "kubernetes_secret" "secrets" {
  │ 
  ╵
  ╷
  │ Error: namespaces "node-image-cache" not found
  │ 
  │   with module.prepull_pod["arm64"].kubernetes_secret.secrets,
  │   on ../kube_pod/main.tf line 438, in resource "kubernetes_secret" "secrets":
  │  438: resource "kubernetes_secret" "secrets" {
  │ 
  ╵
  ╷
  │ Error: namespaces "node-image-cache" not found
  │ 
  │   with module.prepull_pod["amd64"].kubernetes_role.pod_reader,
  │   on ../kube_pod/main.tf line 451, in resource "kubernetes_role" "pod_reader":
  │  451: resource "kubernetes_role" "pod_reader" {
  │ 
  ╵
  ╷
  │ Error: namespaces "node-image-cache" not found
  │ 
  │   with module.prepull_pod["arm64"].kubernetes_role.pod_reader,
  │   on ../kube_pod/main.tf line 451, in resource "kubernetes_role" "pod_reader":
  │  451: resource "kubernetes_role" "pod_reader" {
  │ 
  ╵
@uptownhr uptownhr added bug Something isn't working triage Needs to be triaged labels Jan 17, 2025
@uptownhr uptownhr changed the title [Bug]: bootstrapping - namespaces "node-image-cache" not found [Bug]: bootstrapping(kyverno) - namespaces "node-image-cache" not found Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants