I seem to be experiencing issues in deploying a he...
# kubernetes
q
I seem to be experiencing issues in deploying a helm chart. The issues are as follows: * resource drone-drone was successfully created, but the Kubernetes API server reported that it failed to fully initialize or become live: 'drone-drone' timed out waiting to be Ready * Service does not target any Pods. Selected Pods may not be ready, or field '.spec.selector' may not match labels on any Pods Am I missing something in the configuration? Or would this suggest a misconfiguration in the helm chart?
c
the first error means the deployment did not successfully initialize. it’s hard to say why.
the second says that the service targets 0 active pods. this indicates it doesn’t do anything.