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

-temporal- sometimes injected into pod/svc names #50

Closed
underrun opened this issue Jul 21, 2020 · 1 comment
Closed

-temporal- sometimes injected into pod/svc names #50

underrun opened this issue Jul 21, 2020 · 1 comment

Comments

@underrun
Copy link
Contributor

the first time I installed this i ended up having longer names for pods/svcs than indicated in the docs:

$ k get pods
NAME                                                     READY   STATUS    RESTARTS   AGE
elasticsearch-master-0                                   1/1     Running   0          12m
elasticsearch-master-1                                   1/1     Running   0          12m
elasticsearch-master-2                                   1/1     Running   0          12m
temporlicious-cassandra-0                                1/1     Running   0          12m
temporlicious-cassandra-1                                1/1     Running   0          10m
temporlicious-cassandra-2                                1/1     Running   0          7m43s
temporlicious-grafana-8684f55d85-cspgp                   1/1     Running   0          12m
temporlicious-kafka-0                                    1/1     Running   5          12m
temporlicious-kube-state-metrics-689fdb76cc-6cv7n        1/1     Running   0          12m
temporlicious-prometheus-alertmanager-69fb7f4f6d-twwcw   2/2     Running   0          12m
temporlicious-prometheus-pushgateway-6dd8fdbbbc-mk64k    1/1     Running   0          12m
temporlicious-prometheus-server-564fbc54d9-4w6xq         2/2     Running   0          12m
temporlicious-temporal-admintools-5df8cdbd55-rt69b       1/1     Running   0          12m
temporlicious-temporal-frontend-5687b9f84c-rjdls         1/1     Running   0          12m
temporlicious-temporal-history-66b88465c6-9gst5          1/1     Running   4          12m
temporlicious-temporal-matching-7745757866-cfhms         1/1     Running   0          12m
temporlicious-temporal-web-85cf5cfdcc-77rr9              1/1     Running   0          12m
temporlicious-temporal-worker-57965bc4dc-bnwtx           1/1     Running   4          12m
temporlicious-zookeeper-0                                1/1     Running   0          12m

this also had the side effect of tctl in the admintools pod not having the correct address for the frontend (it was looking for temporlicious-frontend rather than temporlicious-temporal-frontend).

I thought this was because i installed into the defualt namespace, and when i tried installing into a temporal namespace the names were as expected (without the -temporal- labels in the middle), but then when i tried installing in default again I couldn't repro this issue.

@swyxio
Copy link
Contributor

swyxio commented Jan 19, 2022

seems strange behavior, let us know if still happens

@swyxio swyxio closed this as completed Jan 19, 2022
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

2 participants