spinnaker: Kubernetes v2 deploy manifest timeout

I was able to install spinnaker using v2 manifest, pods are running however when I try to deploy a trivial service manifest as a test it hangs at: Wait For Manifest To Stabilize. The service is deployed correctly so spinnaker is able to manage the namespace.

hal config version edit --version 1.7.6 hal deploy apply

    kubernetes:
      enabled: true
      accounts:
      - name: dev-kube
        requiredGroupMembership: []
        providerVersion: V2
        permissions: {}
        dockerRegistries: []
        context: devctx
        configureImagePullSecrets: true
        namespaces:
        - spinnaker
        omitNamespaces: []
        kinds:
        - spinnaker
        omitKinds: []
        customResources: []
        kubeconfigFile: /home/spinnaker/.hal/kube-config.yml
        oauthScopes: []
        oAuthScopes: []
      primaryAccount: dev-kube

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 38 (16 by maintainers)

Most upvoted comments

Deployment was successful, thank you!