We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
same with configure node label and roles. we also need to support taint cluster node through clusterfile.
type Host struct { IPS []net.IP `json:"ips,omitempty"` Roles []string `json:"roles,omitempty"` //overwrite SSH config SSH v1.SSH `json:"ssh,omitempty"` //overwrite env Env []string `json:"env,omitempty"` Taints []string `json:"taints,omitempty"` }
apiVersion: sealer.cloud/v2 kind: Cluster metadata: creationTimestamp: null name: my-cluster spec: hosts: - ips: - 172.16.26.187 roles: - node taints: - key1=value1:NoSchedule - key2=value2:NoSchedule- ssh: {} - ips: - 172.16.26.188 roles: - master labels: fake: labels ssh: {} image: registry.cn-qingdao.aliyuncs.com/sealer-io/kubernetes:v1.22.4-test ssh: passwd: testabs pk: /root/.ssh/id_rsa port: "22" user: root status: {}
Type: feature request
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Stevent-fei
Successfully merging a pull request may close this issue.
Issue Description
same with configure node label and roles. we also need to support taint cluster node through clusterfile.
Type: feature request
Describe what feature you want
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: