Skip to content

Commit

Permalink
Add artifacts.k8s.io to mirror list
Browse files Browse the repository at this point in the history
The official mirror is coming!
  • Loading branch information
justinsb committed Aug 4, 2019
1 parent fb92bb5 commit 6118904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upup/pkg/fi/cloudup/urls.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ type mirror struct {
// defaultKopsMirrors is a list of our well-known mirrors
// Note that we download in order
var defaultKopsMirrors = []mirror{
{URL: "https://artifacts.k8s.io/binaries/kops/%s/"},
{URL: "https://github.com/kubernetes/kops/releases/download/%s/", Replace: map[string]string{"/": "-"}},
// We do need to include defaultKopsMirrorBase - the list replaces the base url
{URL: "https://kubeupv2.s3.amazonaws.com/kops/%s/"},
Expand Down

0 comments on commit 6118904

Please sign in to comment.