Skip to content

Commit

Permalink
remove cache related settings that are no longer used (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli authored Jul 18, 2023
1 parent abc243c commit d4f253b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 41 deletions.
14 changes: 0 additions & 14 deletions crd-docs/cr/kiali.io_v1alpha1_kiali.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -423,20 +423,6 @@ spec:
kubernetes_config:
burst: 200
cache_duration: 300
cache_istio_types:
- "AuthorizationPolicy"
- "DestinationRule"
- "EnvoyFilter"
- "Gateway"
- "PeerAuthentication"
- "RequestAuthentication"
- "ServiceEntry"
- "Sidecar"
- "VirtualService"
- "WorkloadEntry"
- "WorkloadGroup"
cache_namespaces:
- ".*"
cache_token_namespace_duration: 10
excluded_workloads:
- "CronJob"
Expand Down
10 changes: 0 additions & 10 deletions crd-docs/crd/kiali.io_kialis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1192,16 +1192,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_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
items:
type: string
cache_namespaces:
description: "List of namespaces or regex defining namespaces to include in a cache."
type: array
items:
type: string
cache_token_namespace_duration:
description: "This Kiali cache is a list of namespaces per user. This is typically a short-lived cache compared with the duration of the namespace cache defined by the `cache_duration` setting. This is specified in seconds."
type: integer
Expand Down
2 changes: 0 additions & 2 deletions molecule/null-cr-values-test/kiali-cr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ spec:
kubernetes_config:
burst: null
cache_duration: null
cache_istio_types: null
cache_namespaces: null
cache_token_namespace_duration: null
excluded_workloads: null
qps: null
Expand Down
15 changes: 0 additions & 15 deletions roles/default/kiali-deploy/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,21 +306,6 @@ kiali_defaults:
kubernetes_config:
burst: 200
cache_duration: 300
cache_istio_types:
- "AuthorizationPolicy"
- "DestinationRule"
- "EnvoyFilter"
- "Gateway"
- "PeerAuthentication"
- "RequestAuthentication"
- "ServiceEntry"
- "Sidecar"
- "VirtualService"
- "WorkloadEntry"
- "WorkloadGroup"

cache_namespaces:
- ".*"
cache_token_namespace_duration: 10
cluster_name: ""
excluded_workloads:
Expand Down

0 comments on commit d4f253b

Please sign in to comment.