k3s/pkg/volume
Kubernetes Submit Queue fb340a4695
Merge pull request #57824 from thockin/gcr-vanity
Automatic merge from submit-queue (batch tested with PRs 57824, 58806, 59410, 59280). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

2nd try at using a vanity GCR name

The 2nd commit here is the changes relative to the reverted PR.  Please focus review attention on that.

This is the 2nd attempt.  The previous try (#57573) was reverted while we
figured out the regional mirrors (oops).
    
New plan: k8s.gcr.io is a read-only facade that auto-detects your source
region (us, eu, or asia for now) and pulls from the closest.  To publish
an image, push k8s-staging.gcr.io and it will be synced to the regionals
automatically (similar to today).  For now the staging is an alias to
gcr.io/google_containers (the legacy URL).
    
When we move off of google-owned projects (working on it), then we just
do a one-time sync, and change the google-internal config, and nobody
outside should notice.
    
We can, in parallel, change the auto-sync into a manual sync - send a PR
to "promote" something from staging, and a bot activates it.  Nice and
visible, easy to keep track of.

xref https://github.com/kubernetes/release/issues/281

TL;DR:
  *  The new `staging-k8s.gcr.io` is where we push images.  It is literally an alias to `gcr.io/google_containers` (the existing repo) and is hosted in the US.
  * The contents of `staging-k8s.gcr.io` are automatically synced to `{asia,eu,us)-k8s.gcr.io`.
  * The new `k8s.gcr.io` will be a read-only alias to whichever regional repo is closest to you.
  * In the future, images will be promoted from `staging` to regional "prod" more explicitly and auditably.

 ```release-note
Use "k8s.gcr.io" for pulling container images rather than "gcr.io/google_containers".  Images are already synced, so this should not impact anyone materially.
    
Documentation and tools should all convert to the new name. Users should take note of this in case they see this new name in the system.
```
2018-02-08 03:29:32 -08:00
..
aws_ebs remove duplicated check of device path in aws attacher 2018-01-18 12:36:14 +08:00
azure_dd Merge pull request #59287 from cheftako/cloud-context-level 2018-02-06 20:27:39 -08:00
azure_file initial work for azure file grow size implementation 2018-01-30 13:36:29 +00:00
cephfs make sure mounter not nil and fix some typo 2018-02-06 18:28:07 +08:00
cinder Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
configmap Add support for binary file in configmap 2018-01-23 07:28:34 -05:00
csi Merge pull request #57194 from linyouchong/linyouchong-20171214 2018-02-06 23:35:13 -08:00
downwardapi
empty_dir
fc Cleaning up loopback removal process 2018-02-02 10:33:25 -05:00
flexvolume
flocker
gce_pd
git_repo Merge pull request #51098 from jsafrane/exec-git 2018-01-11 09:22:21 -08:00
glusterfs delete duplicate function for getting volume source 2018-02-02 18:58:24 +08:00
host_path
iscsi Cleaning up loopback removal process 2018-02-02 10:33:25 -05:00
local Removed unnecessary test code. 2018-02-06 18:38:52 -08:00
nfs Fixed TearDown of NFS with root squash. 2018-01-08 14:01:33 +01:00
photon_pd Add context to all relevant cloud APIs 2018-02-06 12:49:17 -08:00
portworx
projected Merge pull request #57422 from joelsmith/nested_data_vol 2018-01-18 03:20:19 -08:00
quobyte
rbd add keyring parameter in Ceph RBD provisioner 2018-02-07 11:50:49 +01:00
scaleio
secret Merge pull request #57422 from joelsmith/nested_data_vol 2018-01-18 03:20:19 -08:00
storageos
testing Initial local PV block device plugin checkin. 2018-02-06 14:49:44 -08:00
util Merge pull request #57824 from thockin/gcr-vanity 2018-02-08 03:29:32 -08:00
validation
vsphere_volume Adding volume metrics support for vSphere Cloud Provider 2018-02-04 16:10:15 -08:00
BUILD
OWNERS
doc.go
metrics_cached.go
metrics_du.go
metrics_du_test.go
metrics_errors.go
metrics_nil.go
metrics_nil_test.go
metrics_statfs.go
metrics_statfs_test.go
plugins.go mini fix about typo 2018-01-26 15:42:57 +08:00
plugins_test.go
util.go
util_test.go Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
volume.go
volume_linux.go
volume_unsupported.go