Skip to content

Instantly share code, notes, and snippets.

@ayj
Created February 25, 2020 20:17
Show Gist options
  • Save ayj/c823fc0e9fd28a20a70cca8080351779 to your computer and use it in GitHub Desktop.
Save ayj/c823fc0e9fd28a20a70cca8080351779 to your computer and use it in GitHub Desktop.
diff --git a/operator/data/profiles/remote.yaml b/operator/data/profiles/remote.yaml
index dfb1d0f72..2e432ecfd 100644
--- a/operator/data/profiles/remote.yaml
+++ b/operator/data/profiles/remote.yaml
@@ -3,7 +3,7 @@ kind: IstioOperator
spec:
components:
pilot:
- enabled: false
+ enabled: true # pilot is the component for istiod
policy:
enabled: false
telemetry:
@@ -33,3 +33,5 @@ spec:
istioRemote: true
enableTracing: false
network: ""
+ istiod:
+ enabled: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment