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

NSM is waiting Init 0/2 then CrashLoopBackOff #62

Open
meteccinar opened this issue Jan 29, 2025 · 0 comments
Open

NSM is waiting Init 0/2 then CrashLoopBackOff #62

meteccinar opened this issue Jan 29, 2025 · 0 comments

Comments

@meteccinar
Copy link

Hi everyone, I'm install kubeslice with my config, I have 3 kind cluster (controller, worker1, worker2). When installing kubeslice components, nsm, spire server and agent are not up. As far as i understand spire server and agent don't up because of nsm. I check to logs for nsm pods but i didn't look any error or warning. But spire server has a error log. I shared the log below.

Spire Server Pod Log
48ec-9983-d51ee0ce348b service=entry.v1.Entry subsystem_name=api
time="2025-01-29T09:04:33Z" level=debug msg="Polling for bundle update" subsystem_name=bundle_client trust_domain=docker.nsm
time="2025-01-29T09:04:33Z" level=error msg="Error updating bundle" error="can't perform SPIFFE Authentication: local copy of bundle not found" subsystem_name=bundle_client trust_domain=docker.nsm

I consider this log's reason because of nsm is not up correctly. Also I shared my config below.

  configuration:
  cluster_configuration:
    kube_config_path: ./kubeconfig.yaml
    controller:
      name: kind-ctrl
      context_name: kind-ctrl
      kube_config_path: ./kubeconfig.yaml
    workers:
    - name: kind-w1
      context_name: kind-w1
    - name: kind-w2
      context_name: kind-w2
  kubeslice_configuration:
    project_name: x-central
  helm_chart_configuration:
    repo_alias: kubeslice
    repo_url: https://kubeslice.github.io/kubeslice/
    cert_manager_chart:
      chart_name: cert-manager
    controller_chart:
      chart_name: kubeslice-controller
    worker_chart:
      chart_name: kubeslice-worker

I didn't any solution.I'm waiting for your answer...

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

No branches or pull requests

1 participant