-
Bug
-
Resolution: Done
-
Major
-
maistra-0.12.0
In trying to run Maistra 0.12.0 I've noticed that the pilot pod doesn't come up. Subsequently, my gateways don't come up either.
The pilot log is filled with:
2019-08-14T10:54:52.722617Z info Configuration not synced: first push for [istio/config/v1alpha2/httpapispecs istio/rbac/v1alpha1/serviceroles istio/authentication/v1alpha1/meshpolicies istio/rbac/v1alpha1/rbacconfigs istio/networking/v1alpha3/gateways istio/mixer/v1/config/client/quotaspecs istio/authentication/v1alpha1/policies istio/config/v1alpha2/httpapispecbindings istio/rbac/v1alpha1/servicerolebindings istio/rbac/v1alpha1/clusterrbacconfigs istio/networking/v1alpha3/virtualservices istio/networking/v1alpha3/serviceentries istio/networking/v1alpha3/envoyfilters istio/networking/v1alpha3/destinationrules istio/networking/v1alpha3/sidecars istio/mixer/v1/config/client/quotaspecbindings] not received
The ServiceMeshControlPlane I'm deploying:
apiVersion: maistra.io/v1
kind: ServiceMeshControlPlane
metadata:
name: minimal-multitenant-cni-install
namespace: istio-system
spec:
istio:
global:
multitenant: true
proxy:
autoInject: disabled
omitSidecarInjectorConfigMap: true
disablePolicyChecks: false
istio_cni:
enabled: true
gateways:
istio-ingressgateway:
autoscaleEnabled: false
type: LoadBalancer
istio-egressgateway:
enabled: false
cluster-local-gateway:
autoscaleEnabled: false
enabled: true
labels:
app: cluster-local-gateway
istio: cluster-local-gateway
ports:
- name: status-port
port: 15020
- name: http2
port: 80
targetPort: 80
- name: https
port: 443
mixer:
enabled: false
policy:
enabled: false
telemetry:
enabled: false
pilot:
# disable autoscaling for use in smaller environments
autoscaleEnabled: false
sidecar: false
kiali:
enabled: false
tracing:
enabled: false
prometheus:
enabled: false
grafana:
enabled: false
sidecarInjectorWebhook:
enabled: false
Sorry if this a duplicate, wasn't able to find something about it.