Cleanup K8s specs and add README

This commit is contained in:
2025-02-26 22:29:12 -05:00
parent c8849f2670
commit 958abcf5ac
6 changed files with 751 additions and 39 deletions

View File

@@ -22,7 +22,7 @@ spec:
- --endpoint=$(CSI_ENDPOINT)
# - --logtostderr
- --nodeid=$(NODE_NAME)
- --p5x-endpoint=http://172.20.0.174
- --p5x-endpoint=http://api.p5x-system.svc.cluster.local
- --p5x-token=1
env:
- name: CSI_ENDPOINT
@@ -31,7 +31,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: registry.millslan.net/glmdev/p5x-csi:latest
image: docker.io/glmdev/p5x-csi:latest
lifecycle:
preStop:
exec:

View File

@@ -4,7 +4,7 @@ metadata:
labels:
app.kubernetes.io/component: controller
app.kubernetes.io/name: p5x-controller
name: p5x-controller
name: p5x-csi-controller
namespace: p5x-system
spec:
replicas: 1
@@ -31,7 +31,7 @@ spec:
- --endpoint=$(CSI_ENDPOINT)
# - --logtostderr
- --nodeid=$(NODE_NAME)
- --p5x-endpoint=http://172.20.0.174
- --p5x-endpoint=http://api.p5x-system.svc.cluster.local
- --p5x-token=1
env:
- name: CSI_ENDPOINT
@@ -40,7 +40,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: registry.millslan.net/glmdev/p5x-csi:latest
image: docker.io/glmdev/p5x-csi:latest
livenessProbe:
failureThreshold: 5
httpGet: