faint-policeman-5206
11/15/2022, 7:51 AMlimited-pizza-33551
11/16/2022, 12:22 PMmost-salesclerk-62999
11/17/2022, 12:22 AMgreat-photographer-94826
11/18/2022, 12:28 PMcrooked-cat-21365
11/21/2022, 10:55 AMvictorious-guitar-37937
11/21/2022, 1:38 PMkubectl
but not IP1: x509: certificate is valid for IP2, IP3, 127.0.0.1, 10.43.0.1, not IP1
, has anybody expierence such a strange behavior ? and can anybody push me in the right direction on how to update the certificate ?incalculable-painting-771
11/21/2022, 11:34 PMlimited-eye-27484
11/22/2022, 7:45 PMlimited-eye-27484
11/22/2022, 7:45 PMI1122 11:39:59.376998 38314 helpers.go:264] Connection error: Get <https://rancher.my.dev/k8s/clusters/c-spjq6/api/v1/pods?limit=500>: net/http: TLS handshake timeout
Unable to connect to the server: net/http: TLS handshake timeout
limited-eye-27484
11/22/2022, 7:45 PMlimited-eye-27484
11/22/2022, 7:46 PMlimited-eye-27484
11/22/2022, 7:46 PMlimited-eye-27484
11/23/2022, 2:28 AMcareful-table-97595
11/23/2022, 3:12 AMmodern-manchester-63504
11/24/2022, 9:47 AMmodern-manchester-63504
11/24/2022, 9:48 AMmodern-manchester-63504
11/24/2022, 9:48 AMmodern-manchester-63504
11/24/2022, 9:48 AMearly-engineer-43393
11/24/2022, 8:16 PMearly-engineer-43393
11/26/2022, 4:44 PMrefined-scientist-20236
11/28/2022, 10:23 AMvictorious-guitar-37937
11/28/2022, 1:26 PM[INFO] Waiting for server to become available: Get "<https://127.0.0.1:6443/version?timeout=15m0s>": dial tcp 127.0.0.1:6443: connect: connection refused
exit status 1
2022/11/21 14:41:08 [FATAL] k3s exited with: exit status 1
Does anyone know what is expected at <https://127.0.0.1:6443>
and how I can debug this ? The kubernetes (formerly created by rancher) is still working.quiet-park-6213
12/02/2022, 5:39 AMapiVersion: apps/v1
kind: Deployment
metadata:
name: abc
labels:
app: abc
spec:
replicas: 2
selector:
matchlabels:
app: abc
template:
metadata:
labels:
app: abc
spec:
volumes:
- name: mydir
hostPath:
path: /var/log/abc
type: DirectoryOrCreate
containers:
- name: abc
image: gcr/abc:xyz
command: ["/bin/bash","-c"]
args:
- cp abc/env_settings/uat2.py abc/settings.py;
cp wsgi/uat.wsgi abc.py;
bash gunicorn_docker.sh var abc0.0.0.0:6000 <http://pqr.aaa.com|pqr.aaa.com> UAT-APP;
bash;
livenessProbe:
exec:
command:
- /bin/bash
- -c
- netstat -atulnp | grep :6000 || exit 1
initialDelaySeconds: 30
periodSeconds: 30
timeoutSeconds: 10
ports:
- containerPort: 6000
name: abc-port
volumeMounts:
- mountPath: /var/log/abc
name: mydir
This is my yaml file but I am not getting error if any of the command is getting failed during deployment. Can someone please help meincalculable-painting-771
12/03/2022, 8:36 PMcareful-motorcycle-7738
12/05/2022, 10:42 AMcareful-motorcycle-7738
12/05/2022, 10:43 AMcareful-motorcycle-7738
12/05/2022, 10:43 AMcareful-motorcycle-7738
12/05/2022, 10:44 AMcrooked-cat-21365
12/05/2022, 3:23 PM