• João Alexandre Cunha's avatar
    Pin the GKE version to 1.18 for cluster creation · a5c82ceb
    João Alexandre Cunha authored
    Basic authentication was removed for GKE cluster versions 1.19
    Our API call to create GKE clusters did not specify a cluster version,
    thus the integration started breaking as soon as Google defined that
    1.19 is the default version.
    
    The quickest solution is to pin the k8s version to 1.18.
    
    Changelog: fixed
    a5c82ceb
client_spec.rb 6.35 KB