Skip to content

Commit 31b3715

Browse files
committed
update
1 parent dcbb5cd commit 31b3715

12 files changed

+12
-1502
lines changed

charts/kwok/conf/kwok.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ options:
99
podPlayStageParallelism: 4
1010
nodePlayStageParallelism: 4
1111
nodePort: 10247
12-
cidr: 10.0.0.1/24
12+
cidr: 10.0.0.0/12
1313
manageAllNodes: false
1414
manageNodesWithAnnotationSelector: 'kwok.x-k8s.io/node=fake'
1515
manageNodesWithLabelSelector: ''
@@ -18,13 +18,4 @@ options:
1818
enableCRDs:
1919
- Stage
2020
- Metric
21-
- Attach
22-
- ClusterAttach
23-
- Exec
24-
- ClusterExec
25-
- Logs
26-
- ClusterLogs
27-
- PortForward
28-
- ClusterPortForward
29-
- ResourceUsage
30-
- ClusterResourceUsage
21+

charts/kwok/values.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ image:
22
# -- Image pull policy.
33
pullPolicy: IfNotPresent
44
# -- Image repository.
5-
repository: registry.k8s.io/kwok/kwok
5+
repository: ghcr.io/azure/kwok/kwok
66
# -- Overrides the image tag whose default is {{ .Chart.AppVersion }}.
7-
tag: ""
7+
tag: "v0.8.0-alpha"
88

99
# -- Image pull secrets.
1010
imagePullSecrets: []
@@ -19,7 +19,11 @@ podSecurityContext: {}
1919
securityContext: {}
2020

2121
nodeSelector: {}
22-
resources: {}
22+
resources:
23+
requests:
24+
cpu: "30"
25+
limits:
26+
cpu: "30"
2327
affinity: {}
2428

2529
# -- The replica count for Deployment.
@@ -44,5 +48,8 @@ env:
4448
valueFrom:
4549
fieldRef:
4650
fieldPath: status.hostIP
51+
- name: GOMAXPROCS
52+
value: "30"
53+
4754
volumeMounts: []
4855
enableDeployment: true

kustomize/crd/bases/kwok.x-k8s.io_attaches.yaml

Lines changed: 0 additions & 123 deletions
This file was deleted.

kustomize/crd/bases/kwok.x-k8s.io_clusterattaches.yaml

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)