Closed
Conversation
Add a new `k3s` feature to the repository. * **Feature Files** - Add `src/k3s/devcontainer-feature.json` to define the feature metadata and options. - Add `src/k3s/install.sh` to create the installation script for `k3s`. - Add `src/k3s/README.md` to provide usage instructions and options for the `k3s` feature. * **Testing** - Add `test/k3s/test.sh` to create a test script for the `k3s` feature. - Modify `.github/workflows/test.yaml` to add a test job for the `k3s` feature. - Add `test/_global/k3s-specific-version.sh` to create a global test script for the `k3s` feature. - Modify `test/_global/scenarios.json` to add a scenario for testing the `k3s` feature.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a new
k3sfeature to the repository.Feature Files
src/k3s/devcontainer-feature.jsonto define the feature metadata and options.src/k3s/install.shto create the installation script fork3s.src/k3s/README.mdto provide usage instructions and options for thek3sfeature.Testing
test/k3s/test.shto create a test script for thek3sfeature..github/workflows/test.yamlto add a test job for thek3sfeature.test/_global/k3s-specific-version.shto create a global test script for thek3sfeature.test/_global/scenarios.jsonto add a scenario for testing thek3sfeature.