Add backward compatibility section to spec
This commit is contained in:
parent
1de33ee2fa
commit
d9aa74100c
|
|
@ -65,6 +65,22 @@ that specifies a webhook address, and a group of pipelines to be monitored.
|
|||
|
||||
The API design of the controller can be found at [kustomize.fluxcd.io/v1alpha1](v1alpha1/README.md).
|
||||
|
||||
## Backward compatibility
|
||||
|
||||
| Feature | Kustomize Controller | Flux |
|
||||
| -------------------------------------------- | ----------------------- | ------------------ |
|
||||
| Plain Kubernetes manifests sync | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| Kustomize build sync | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| Garbage collection | :heavy_check_mark: | :heavy_check_mark: |
|
||||
| Container image updates | :x: | :heavy_check_mark: |
|
||||
| Generate manifests with shell scripts | :x: | :heavy_check_mark: |
|
||||
|
||||
Syncing will not support the `.flux.yaml` mechanism as running shell scripts and binaries to
|
||||
generate manifests is not in the scope of Kustomize controller.
|
||||
|
||||
Container registry scanning and automated image updates is not in the scope of Kustomize controller,
|
||||
could be implemented by a dedicated controller.
|
||||
|
||||
## Example
|
||||
|
||||
After installing kustomize-controller and its companion source-controller, we
|
||||
|
|
|
|||
Loading…
Reference in New Issue