mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
add helm cli functionality
This commit is contained in:
parent
9f0ae6e362
commit
d6ae84c7c7
2 changed files with 88 additions and 68 deletions
13
README.md
13
README.md
|
|
@ -59,14 +59,13 @@ Render all resources with
|
|||
|
||||
### Support
|
||||
|
||||
The following table gives a general overview of currently supported functionality.
|
||||
The following table gives a general overview of currently supported/planned functionality.
|
||||
|
||||
| | kubectl | kustomize | helm | helmfile |
|
||||
| ------ | :-----: | :-------: | :---: | :------: |
|
||||
| render | x | | x[^2] | |
|
||||
| diff | | | | |
|
||||
| apply | x[^1] | | | |
|
||||
| hooks | - | - | | |
|
||||
| | kubectl | kustomize | helm | helmfile |
|
||||
| --------- | :-----: | :-------: | :---: | :------: |
|
||||
| render | x | | x[^2] | |
|
||||
| diff | x | | x | |
|
||||
| apply[^1] | x | | x | |
|
||||
|
||||
[^1]: currently create-only
|
||||
[^2]: piping rendered helm charts to kubectl is a lossy process (e.g., [hooks](https://helm.sh/docs/topics/charts_hooks/) will not work)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue