You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a novel way of dealing with kubernetes nodes blocked from draining
6
6
@@ -52,6 +52,13 @@ a novel way of dealing with kubernetes nodes blocked from draining
52
52
| resources.requests.cpu | string |`"250m"`| CPU cores requested for the container (guaranteed allocation) |
53
53
| resources.requests.memory | string |`"250Mi"`| Memory requested for the container (guaranteed allocation) |
54
54
| securityContext | object |`{}`| Security context applied to the k8s-shredder container |
55
+
| service | object |`{"annotations":{},"create":false,"labels":{},"port":8080,"targetPort":"metrics","type":"ClusterIP"}`| Kubernetes service configuration |
56
+
| service.annotations | object |`{}`| Additional annotations for the service |
57
+
| service.create | bool |`false`| Create a service for k8s-shredder metrics endpoint |
58
+
| service.labels | object |`{}`| Additional labels for the service |
59
+
| service.port | int |`8080`| Service port for metrics endpoint |
60
+
| service.targetPort | string |`"metrics"`| Target port for metrics endpoint |
61
+
| service.type | string |`"ClusterIP"`| Service type (ClusterIP, NodePort, LoadBalancer) |
55
62
| serviceAccount | object |`{"annotations":{},"create":true,"name":"k8s-shredder"}`| Kubernetes service account configuration |
56
63
| serviceAccount.annotations | object |`{}`| Additional annotations for the service account (useful for IAM roles, etc.) |
57
64
| serviceAccount.create | bool |`true`| Create a service account for k8s-shredder |
0 commit comments