Skip to content

Commit

Permalink
remove deprecated 'refreshInterval' option in chart. (istio#11412)
Browse files Browse the repository at this point in the history
* remove deprecated option in chart.

* fix CI issue.
  • Loading branch information
Morven Cao authored and smawson committed Feb 12, 2019
1 parent c8de3ea commit 31bc54d
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 28 deletions.
1 change: 0 additions & 1 deletion install/kubernetes/helm/istio/README.md
Expand Up @@ -145,7 +145,6 @@ Helm charts expose configuration options which are currently in alpha. The curr
| `global.controlPlaneSecurityEnabled` | Specifies whether control plane mTLS is enabled | true/false | `false` |
| `global.mtls.enabled` | Specifies whether mTLS is enabled by default between services | true/false | `false` |
| `global.rbacEnabled` | Specifies whether to create Istio RBAC rules or not | true/false | `true` |
| `global.refreshInterval` | Specifies the mesh discovery refresh interval | integer followed by s | `10s` |
| `global.arch.amd64` | Specifies the scheduling policy for `amd64` architectures | 0 = never, 1 = least preferred, 2 = no preference, 3 = most preferred | `2` |
| `global.arch.s390x` | Specifies the scheduling policy for `s390x` architectures | 0 = never, 1 = least preferred, 2 = no preference, 3 = most preferred | `2` |
| `global.arch.ppc64le` | Specifies the scheduling policy for `ppc64le` architectures | 0 = never, 1 = least preferred, 2 = no preference, 3 = most preferred | `2` |
Expand Down
2 changes: 0 additions & 2 deletions install/kubernetes/helm/istio/values-istio-auth-mcp.yaml
Expand Up @@ -12,8 +12,6 @@ global:
## imagePullSecrets for all ServiceAccount. Must be set for any clustser configured with private docker registry.
# imagePullSecrets:
# - name: "private-registry-key"
# Default is 10s second
refreshInterval: 1s

useMCP: true

Expand Up @@ -13,9 +13,6 @@ global:
# imagePullSecrets:
# - name: "private-registry-key"

# Default is 10s second
refreshInterval: 1s

# In a multiple cluster environment, citadel uses the same root certificate in all the clusters
security:
selfSigned: false
2 changes: 0 additions & 2 deletions install/kubernetes/helm/istio/values-istio-auth.yaml
Expand Up @@ -11,5 +11,3 @@ global:
## imagePullSecrets for all ServiceAccount. Must be set for any clustser configured with private docker registry.
# imagePullSecrets:
# - name: "private-registry-key"
# Default is 10s second
refreshInterval: 1s
Expand Up @@ -6,9 +6,6 @@ global:
# destination rules or service annotations.
enabled: true

# Default is 10s second
refreshInterval: 1s

sds:
enabled: true
udsPath: "unix:/var/run/sds/uds_path"
Expand Down
3 changes: 0 additions & 3 deletions install/kubernetes/helm/istio/values-istio-mcp.yaml
Expand Up @@ -13,9 +13,6 @@ global:
# imagePullSecrets:
# - name: "private-registry-key"

# Default is 10s second
refreshInterval: 1s

useMCP: true


3 changes: 0 additions & 3 deletions install/kubernetes/helm/istio/values-istio-multicluster.yaml
Expand Up @@ -13,9 +13,6 @@ global:
# imagePullSecrets:
# - name: "private-registry-key"

# Default is 10s second
refreshInterval: 1s

# In a multiple cluster environment, citadel uses the same root certificate in all the clusters
security:
selfSigned: false
Expand Up @@ -12,8 +12,6 @@ global:
## imagePullSecrets for all ServiceAccount. Must be set for any clustser configured with private docker registry.
# imagePullSecrets:
# - name: "private-registry-key"
# Default is 10s second
refreshInterval: 1s

# Restrict the applications in one namespace the controller manages
oneNamespace: true
2 changes: 0 additions & 2 deletions install/kubernetes/helm/istio/values-istio-one-namespace.yaml
Expand Up @@ -12,8 +12,6 @@ global:
## imagePullSecrets for all ServiceAccount. Must be set for any clustser configured with private docker registry.
# imagePullSecrets:
# - name: "private-registry-key"
# Default is 10s second
refreshInterval: 1s

# Restrict the applications in one namespace the controller manages
oneNamespace: true
3 changes: 0 additions & 3 deletions install/kubernetes/helm/istio/values-istio-sds-auth.yaml
Expand Up @@ -6,9 +6,6 @@ global:
# destination rules or service annotations.
enabled: true

# Default is 10s second
refreshInterval: 1s

sds:
enabled: true
udsPath: "unix:/var/run/sds/uds_path"
Expand Down
5 changes: 1 addition & 4 deletions install/kubernetes/helm/istio/values-istio.yaml
@@ -1,10 +1,7 @@

# This is used to generate istio.yaml for automated CI/CD test, using v1/alpha1
# or v2/alpha3 with 'gradual migration' (using env variable at inject time).
global:
# global:
## imagePullSecrets for all ServiceAccount. Must be set for any clustser configured with private docker registry.
# imagePullSecrets:
# - name: "private-registry-key"

# Default is 10s second
refreshInterval: 1s

0 comments on commit 31bc54d

Please sign in to comment.