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
# Create a Node with generate name "kwok-node"
kwokctl scale node kwok-node --replicas 1
# |# resource name# Create a Node with generate name "kwok-node-arm64"
kwokctl scale node kwok-node-arm64 --replicas 1 --param '.nodeInfo.architecture="arm64"'# |# Modify the arch# Create 10 Pods with generate name "fake-pod"
kwokctl scale pod fake-pod --replicas 10 --param '.containers[0].image="nginx"' --param '.containers+=[{name:"name",image:"image"}]'# | | |# Scale up to 10 from 0 Modify the image Inject a new container# Scale down to 5 Pods
kwokctl scale pod fake-pod --replicas 5
What would you like to be added?
The expression of
--param
content is JQWhy is this needed?
Easy to mock data
The text was updated successfully, but these errors were encountered: