k8sgpt-ai/k8sgpt-operator

Failed to load logs: container "kube-rbac-proxy"

Closed this issue · 0 comments

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the behavior

Affected Components

  • K8sGPT (CLI)
  • K8sGPT Operator

K8sGPT Version

v0.1.0

Kubernetes Version

v1.27.1

Host OS and its Version

MacOS

Steps to reproduce

I try to install k8sgpt:

helm repo add k8sgpt https://charts.k8sgpt.ai/
helm repo update
helm install release k8sgpt/k8sgpt-operator -n k8sgpt-operator-system --create-namespace

In result I get pod with next logs:

Failed to load logs: container "kube-rbac-proxy" in pod "release-k8sgpt-operator-controller-manager-55496658b-fdq2g" is waiting to start: trying and failing to pull image
Reason: BadRequest (400)

Expected behaviour

Pod in Running status

Actual behaviour

No response

Additional Information

I found that Issue in kube-rbac-proxy