prabhatsharma / kubernetes-the-hard-way-aws

AWS version of Kelsey's kubernetes-the-hard-way
Apache License 2.0
550 stars 347 forks source link

CoreDNS deployment file inaccessible #41

Open yunitasalim opened 12 months ago

yunitasalim commented 12 months ago

kubectl apply -f https://storage.googleapis.com/kubernetes-the-hard-way/coredns-1.8.yaml

This line returns Access Denied from GCS

AccessDenied Access denied.
Anonymous caller does not have storage.objects.get access to the Google Cloud Storage object. Permission 'storage.objects.get' denied on resource (or it may not exist).
olaekdahl commented 12 months ago

You can use v 1.7 from here, https://github.com/kelseyhightower/kubernetes-the-hard-way/blob/master/deployments/coredns-1.7.0.yaml, and update to 1.8.

More info here https://github.com/kelseyhightower/kubernetes-the-hard-way/issues/737.