Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the kubernetes_config.cache_enabled configuration #615

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion crd-docs/cr/kiali.io_v1alpha1_kiali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ spec:
kubernetes_config:
burst: 200
cache_duration: 300
cache_enabled: true
cache_istio_types:
- "AuthorizationPolicy"
- "DestinationRule"
Expand Down
3 changes: 0 additions & 3 deletions crd-docs/crd/kiali.io_kialis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1157,9 +1157,6 @@ spec:
cache_duration:
description: "The ratio interval (expressed in seconds) used for the cache to perform a full refresh. Only used when `cache_enabled` is true."
type: integer
cache_enabled:
description: "Flag to use a Kubernetes cache for watching changes and updating pods and controllers data asynchronously."
type: boolean
cache_istio_types:
description: "Kiali can cache VirtualService, DestinationRule, Gateway and ServiceEntry Istio resources if they are present on this list of Istio types. Other Istio types are not yet supported."
type: array
Expand Down
1 change: 0 additions & 1 deletion molecule/null-cr-values-test/kiali-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ spec:
kubernetes_config:
burst: null
cache_duration: null
cache_enabled: null
cache_istio_types: null
cache_namespaces: null
cache_token_namespace_duration: null
Expand Down
1 change: 0 additions & 1 deletion roles/default/kiali-deploy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ kiali_defaults:
kubernetes_config:
burst: 200
cache_duration: 300
cache_enabled: true
cache_istio_types:
- "AuthorizationPolicy"
- "DestinationRule"
Expand Down