I believe that gateway-svc-tyk-headless has been replaced by gateway-svc-tyk-ce-tyk-headless. Same Service, but with -ce-tyk- added to the name. If you concur, I can draw up a PR to correct and fix this. Thank you!
kubectl get all -n tyk output for reference:
NAME READY STATUS RESTARTS AGE
pod/gateway-tyk-ce-tyk-headless-cjvx2 1/1 Running 0 38m
pod/tyk-redis-master-0 1/1 Running 0 38m
pod/tyk-redis-replicas-0 1/1 Running 0 38m
pod/tyk-redis-replicas-1 1/1 Running 0 37m
pod/tyk-redis-replicas-2 1/1 Running 0 37m
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/gateway-control-svc-tyk-ce-tyk-headless ClusterIP 10.111.74.91 <none> 9696/TCP 38m
service/gateway-svc-tyk-ce-tyk-headless NodePort 10.100.79.77 <none> 443:31257/TCP 38m
service/tyk-redis-headless ClusterIP None <none> 6379/TCP 38m
service/tyk-redis-master ClusterIP 10.106.4.92 <none> 6379/TCP 38m
service/tyk-redis-replicas ClusterIP 10.101.63.148 <none> 6379/TCP 38m
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
daemonset.apps/gateway-tyk-ce-tyk-headless 1 1 1 1 1 <none> 38m
NAME READY AGE
statefulset.apps/tyk-redis-master 1/1 38m
statefulset.apps/tyk-redis-replicas 3/3 38m
Hi,
This might just be myself, but for me the PF commands did not work and required manual intervention. With this:
Instead of this:
I believe that
gateway-svc-tyk-headless
has been replaced bygateway-svc-tyk-ce-tyk-headless
. Same Service, but with-ce-tyk-
added to the name. If you concur, I can draw up a PR to correct and fix this. Thank you!kubectl get all -n tyk
output for reference: