-
Hello! To test my task, I need to create nodes with a special name. I have tried overriding the name with kwokctl scale node --param '.name="new-node-name"' and with apiVersion: config.kwok.x-k8s.io/v1alpha1
kind: KwokctlResource
metadata:
name: node
parameters:
podCIDR: "10.0.0.1/24"
template: |
kind: Node
apiVersion: v1
metadata:
name: "new-node-name" but nodes are still created with the default name node-000000. Is it possible to override the name at the moment? |
Beta Was this translation helpful? Give feedback.
Answered by
wzshiming
May 16, 2024
Replies: 1 comment 4 replies
-
The |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kwok/pkg/kwokctl/cmd/scale/scale.go
Lines 84 to 88 in f2ac0f9
Ohhh, I forgot, it can specify the resource name