breezy-umbrella-46432
07/06/2023, 6:53 AMswift-portugal-2525
07/06/2023, 7:16 AMbulky-eve-17563
07/06/2023, 10:34 AMaverage-forest-16300
07/06/2023, 11:22 AMnarrow-rainbow-58629
07/06/2023, 11:45 AMmicroscopic-diamond-94749
07/06/2023, 12:08 PMrke-network-plugin-deploy-job
Job. The PSP is in the ConfigMap
rke-network-plugin
. It's an old cluster, been through updates for a few years now. I just don't want to break anything because flannel still references a PSP.big-city-64196
07/06/2023, 12:16 PMbig-city-64196
07/06/2023, 12:25 PMmagnificent-eve-52719
07/06/2023, 12:43 PMmicroscopic-account-53091
07/06/2023, 2:46 PMbitter-dawn-18361
07/06/2023, 4:07 PMhundreds-evening-84071
07/06/2023, 7:33 PMfast-airline-86487
07/06/2023, 11:28 PMoption={{ .Values.options.option1}}
un={{ Secret Value }}.
victorious-iron-81128
07/07/2023, 12:11 AMmicroscopic-diamond-94749
07/07/2023, 8:33 AMflaky-apartment-81662
07/07/2023, 10:45 AMmost-intern-60625
07/07/2023, 11:37 AMvictorious-notebook-35592
07/07/2023, 12:28 PM.docker/config.json
with some credHelpers
settings and at OS I'm able to pull/push as usual
when using RKE with private registry, do I need to explicit pass an username/password? My expectation was that RKE was able to understand and work as OS layerable-army-66991
07/07/2023, 2:24 PMancient-minister-33499
07/07/2023, 4:03 PMsome-agency-86316
07/07/2023, 4:49 PMRUN _useradd_ %USERNAME% _-u_
1500
-g
%GROUP%
RUN _mkdir_
_`/var/www/project_name`_
RUN chown -R %USERNAME%:_%GROUP%_ /var/www/_project_name_
But another on it’s being defined…
Is someone facing the same scenario?aloof-portugal-39287
07/09/2023, 6:49 PMapiVersion: <http://networking.k8s.io/v1|networking.k8s.io/v1>
kind: Ingress
metadata:
name: tickets-service-api
spec:
ingressClassName: nginx
rules:
- host: <http://tickets-api.mydomain.com|tickets-api.mydomain.com>
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: tickets-service-api
port:
number: 80
apiVersion: v1
kind: Service
metadata:
name: tickets-service-api
labels:
name: tickets-service-api
spec:
ports:
- port: 80
targetPort: 80
selector:
name: tickets-service-api
apiVersion: apps/v1
kind: Deployment
metadata:
name: tickets-service-api-deployment
labels:
name: tickets-service-api-deployment
spec:
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
app: tickets-service-api
template:
metadata:
labels:
app: tickets-service-api
spec:
containers:
- name: tickets-service-api
image: {{ .Values.image.repo }}:{{ .Values.image.tag }}
ports:
- containerPort: 80
env:
- name: ASPNETCORE_ENVIRONMENT
value: "Production"
imagePullSecrets:
- name: regcred
From what I see everything is up and running corrrectly
I really don't know why I can get this message, please help mealoof-portugal-39287
07/09/2023, 7:19 PMsteep-baker-67062
07/10/2023, 12:40 AMnice-machine-64657
07/10/2023, 3:39 AMambitious-petabyte-15515
07/10/2023, 11:08 AM2.7.4
and it was installing rancher/fleet-agent:v0.6.0
but now out of suddenly it's installing rancher/fleet-agent:v0.7.0
gentle-church-46717
07/10/2023, 1:15 PMmillions-potato-56216
07/10/2023, 1:54 PMbright-orange-90896
07/10/2023, 2:05 PMk3s[2740186]: E0705 16:26:42.964091 2740186 authentication.go:70] "Unable to authenticate the request" err="[x509: certificate has expired or is not yet valid: current time 2023-07-05T16:26:42-07:00 is after 2023-06-14T23:49:53Z, verifying certificate SN=209369791103342885, SKID=, AKID=98:B3:30:8B:D6:CD:D6:14:A5:E0:DC:88:DB:00:B5:59:BC:BD:B8:58 failed: x509: certificate has expired or is not yet valid: current time 2023-07-05T16:26:42-07:00 is after 2023-06-14T23:49:53Z]"
The cluster is working fine, I tried to update to the 1.27 version, I followed all the certificate rotation methods that I could find on any issues nothing helped so far. I would appreciate some help.
Things I have tried:
# Stop K3s
systemctl stop k3s
# Rotate certificates
k3s certificate rotate
# Start K3s
systemctl start k3s
kubectl delete secret -n kube-system k3s-serving
rm -f /var/lib/rancher/k3s/server/tls/dynamic-cert.json
systemctl restart k3s
flaky-lighter-20536
07/10/2023, 2:19 PM