RunnerDeployment exists but no pods #979
Answered
by
toast-gear
BeyondEvil
asked this question in
Questions
-
Trying to set this up in our AWS Playground account. $ kubectx
arn:aws:eks:us-west-2:[redacted]:cluster/playground-us-west-2 $ tk show --name playground/ci/runner_deployment main.jsonnet
apiVersion: actions.summerwind.dev/v1alpha1
kind: RunnerDeployment
metadata:
labels:
tanka.dev/environment: 56a5704b427007c43856c21008516a248e0b31feef8a2b87
name: proxyco-org-runner
namespace: ci
spec:
replicas: 1
template:
spec:
organization: proxyco $ kc -n ci describe runnerdeployments proxyco-org-runner
Name: proxyco-org-runner
Namespace: ci
Labels: tanka.dev/environment=56a5704b427007c43856c21008516a248e0b31feef8a2b87
Annotations: <none>
API Version: actions.summerwind.dev/v1alpha1
Kind: RunnerDeployment
Metadata:
Creation Timestamp: 2021-12-04T00:39:50Z
Generation: 2
Managed Fields:
API Version: actions.summerwind.dev/v1alpha1
Fields Type: FieldsV1
fieldsV1:
f:metadata:
f:annotations:
.:
f:kubectl.kubernetes.io/last-applied-configuration:
f:labels:
.:
f:tanka.dev/environment:
f:spec:
.:
f:replicas:
f:template:
.:
f:spec:
.:
f:organization:
Manager: kubectl-client-side-apply
Operation: Update
Time: 2021-12-04T00:45:13Z
Resource Version: 7996058
UID: 6e4ff0c3-6f9b-4701-addb-b9ca3eb1ba7c
Spec:
Replicas: 1
Template:
Spec:
Organization: proxyco
Events: <none> $ kc -n ci get pods
No resources found in ci namespace. $ kc get event --all-namespaces
No resources found I'm out of ideas of how to continue to troubleshoot this. Please help 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
toast-gear
Dec 4, 2021
Replies: 1 comment 3 replies
-
How have you deployed it? What do the |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
BeyondEvil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How have you deployed it? What do the
kubectl logs
of the controller say?