We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2f8fb commit 631078fCopy full SHA for 631078f
2 files changed
.github/actions/ci/kubetest2/action.yaml
@@ -127,6 +127,7 @@ runs:
127
--log-bucket=${{ inputs.log_bucket }} \
128
--kubernetes-version=${{ inputs.k8s_version }} \
129
--unmanaged-nodes \
130
+ --nodes=1 \
131
--ami=${{ steps.resolve-ami.outputs.ami_id }} \
132
--region=${{ inputs.aws_region }} \
133
--user-data-format=nodeadm \
README.md
@@ -107,4 +107,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md#security-issue-notifications) for more inf
107
108
## License
109
110
-This project is licensed under the Apache-2.0 License. See [LICENSE](LICENSE) for the full license text.
+This project is licensed under the Apache-2.0 License. See [LICENSE](LICENSE) for the full license text.
0 commit comments