Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Using a private registry in same project is not working #23

Open
chrislovecnm opened this issue Sep 8, 2019 · 4 comments
Open

Using a private registry in same project is not working #23

chrislovecnm opened this issue Sep 8, 2019 · 4 comments

Comments

@chrislovecnm
Copy link
Contributor

chrislovecnm commented Sep 8, 2019

I have added the missing oauth scope in #21 and for some reason it is not working :(

I am getting docker login issues on the nodes. Here is my yaml in order to recreate:

kind: gke-cluster
metadata:
  name: "test-cluster"
spec:
  region: "us-west2"
  private: "false"
  regional: "false"
  zones: 
    - "us-west2-c"
  addons:
    istio: false
    binaryAuth: false
  network:
    metadata:
      name: my-network
    spec:
      subnetName: my-subnet
      subnetRange: "10.0.0.0/24"
      podSubnetRange: "10.1.0.0/16"
      serviceSubnetRange: "10.2.0.0/20"
      masterIPV4CIDRBlock: "172.16.0.16/28"
  nodePools:
    - metadata:
        name: my-node-pool
      spec:
        minCount: 2
        maxCount: 2
        initialNodeCount: 2
        machineType: n1-standard-2
        preemptible: true

This is a public cluster and needs my other PR merged for the cluster to even launch.

@chrislovecnm
Copy link
Contributor Author

@bgeesaman I remember that you had the same issue during training. Was the cluster created with gke-tf?

@bgeesaman
Copy link
Contributor

My “fix” was to grant the missing IAM storage viewer in the demo

@chrislovecnm
Copy link
Contributor Author

What oauth role?

@bgeesaman
Copy link
Contributor

bgeesaman commented Sep 10, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants