google-nomulus/java/google/registry/proxy
jianglai 030e2f4dd3 Do not explicitly depend on latest GKE version
When versions are explicitly set to the latest available version, Annealing almost always fails to apply the patch due to yet-unknown reasons. The rationale for setting the versions explicitly was to ensure that the clusters are always updated in time. But it seems like it is not worth the trouble.

Without the explicit latest versions, the master should still be automatic upgrade (may not be immediate after version availability):

https://cloud.google.com/kubernetes-engine/versioning-and-upgrades#automatic_master_upgrades

We also set "Auto Upgrade" on the nodes, which should upgrades the nodes to master versions (may not be immediate after master version upgrade).

So it seems without these lines, we can still expect the gke versions of the cluster to upgrade (eventually).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=206408347
2018-08-10 13:44:25 -04:00
..
config Add configs for production GCP proxy 2018-07-14 01:37:03 -04:00
handler Make some minor changes to logging messages and test names. 2018-08-10 13:44:25 -04:00
kubernetes Add configs for production GCP proxy 2018-07-14 01:37:03 -04:00
metric Migrating to fluent logging (green) 2018-05-30 12:18:54 -04:00
quota Migrating to fluent logging (green) 2018-05-30 12:18:54 -04:00
resources Open source GCP proxy 2017-11-21 19:19:03 -05:00
terraform Do not explicitly depend on latest GKE version 2018-08-10 13:44:25 -04:00
BUILD Migrating to fluent logging (red) 2018-05-30 12:18:54 -04:00
CertificateModule.java Migrating to fluent logging (green) 2018-05-30 12:18:54 -04:00
EppProtocolModule.java Migrating to fluent logging (green) 2018-05-30 12:18:54 -04:00
GcpJsonFormatter.java Make GCP proxy log in a Stackdriver logging compliant format 2018-03-06 19:23:23 -05:00
HealthCheckProtocolModule.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
HttpsRelayProtocolModule.java Use self signed certificate when running the proxy locally 2018-04-10 16:36:56 -04:00
MetricsModule.java Migrating to fluent logging (green) 2018-05-30 12:18:54 -04:00
Protocol.java Open source GCP proxy 2017-11-21 19:19:03 -05:00
ProxyConfig.java Add configs for production GCP proxy 2018-07-14 01:37:03 -04:00
ProxyModule.java Add configs for production GCP proxy 2018-07-14 01:37:03 -04:00
ProxyServer.java Log source IP when logging is enabled 2018-06-06 15:02:31 -04:00
WhoisProtocolModule.java Clean up some code quality issues in GCP proxy 2018-03-19 18:44:12 -04:00