Skip to content

Commit

Permalink
use new sd agent (#1765)
Browse files Browse the repository at this point in the history
  • Loading branch information
lluunn authored and k8s-ci-robot committed Oct 12, 2018
1 parent 0a8d32a commit 9d671da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/gke/deployment_manager_configs/cluster.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ resources:
name: {{ CLUSTER_NAME }}
initialClusterVersion: {{ properties['cluster-version'] }}
# We need 1.10.2 to support Stackdrivier GKE.
# loggingService: none
# monitoringService: none
loggingService: logging.googleapis.com/kubernetes
monitoringService: monitoring.googleapis.com/kubernetes
{% if properties['gkeApiVersion'] == 'v1beta1' %}
podSecurityPolicyConfig:
enabled: {{ properties['securityConfig']['podSecurityPolicy'] }}
Expand Down

0 comments on commit 9d671da

Please sign in to comment.