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.
Added the following new CRDs to enterprise.splunk.com/v1alpha2, which provide all functionality of SplunkEnterprise but with more flexibility:
SplunkEnterprise is now just a convenience wrapper, that manages the other v1alph2 CRDs
Lots of corresponding code refactoring to adapt to the new CRD designs
All CRDS now include OpenAPIv3 Schema for validation (auto-generated from code)
Renamed many of the deploy module functions from Deploy* to Apply* since these are also now used for updates
Fixed bug where 9997 port was not being opened for standalone pod instances
Added
make generate
command, which is now used to run the K8s code generate, CRD generator, and update all the installation YAML files.Flipped
make all
back to being alias formake image
, building locally versus using builder containerUpdated Install.md to include docs on CLUSTER_DOMAIN environment variable
Added repository overview to top-level README.md