Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
89ceb7ef
Commit
89ceb7ef
authored
Apr 06, 2018
by
Tim Hockin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pass 2: k8s GCR vanity URL
parent
f79ab9c1
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
9 deletions
+10
-9
BUILD
build/BUILD
+1
-1
release.sh
build/lib/release.sh
+1
-1
scaler-deployment.yaml
cluster/addons/fluentd-gcp/scaler-deployment.yaml
+1
-1
deployment-label-change3.yaml
hack/testdata/deployment-label-change3.yaml
+1
-1
ingress.go
test/e2e/network/scale/ingress.go
+1
-1
regional_pd.go
test/e2e/storage/regional_pd.go
+4
-3
rc.yaml
test/e2e/testing-manifests/ingress/pre-shared-cert/rc.yaml
+1
-1
No files found.
build/BUILD
View file @
89ceb7ef
...
@@ -62,7 +62,7 @@ DOCKERIZED_BINARIES = {
...
@@ -62,7 +62,7 @@ DOCKERIZED_BINARIES = {
[docker_bundle(
[docker_bundle(
name = binary,
name = binary,
# TODO(thockin): remove the google_containers name after release 1.1
0
.
# TODO(thockin): remove the google_containers name after release 1.1
1
.
images = {
images = {
"k8s.gcr.io/%s:{STABLE_DOCKER_TAG}" % binary: binary + "-internal",
"k8s.gcr.io/%s:{STABLE_DOCKER_TAG}" % binary: binary + "-internal",
"gcr.io/google_containers/%s:{STABLE_DOCKER_TAG}" % binary: binary + "-internal",
"gcr.io/google_containers/%s:{STABLE_DOCKER_TAG}" % binary: binary + "-internal",
...
...
build/lib/release.sh
View file @
89ceb7ef
...
@@ -285,7 +285,7 @@ function kube::release::create_docker_images_for_server() {
...
@@ -285,7 +285,7 @@ function kube::release::create_docker_images_for_server() {
mkdir
-p
"
${
images_dir
}
"
mkdir
-p
"
${
images_dir
}
"
local
-r
docker_registry
=
"k8s.gcr.io"
local
-r
docker_registry
=
"k8s.gcr.io"
# TODO(thockin): Remove all traces of this after 1.1
0
release.
# TODO(thockin): Remove all traces of this after 1.1
1
release.
# The following is the old non-indirected registry name. To ease the
# The following is the old non-indirected registry name. To ease the
# transition to the new name (above), we are double-tagging saved images.
# transition to the new name (above), we are double-tagging saved images.
local
-r
deprecated_registry
=
"gcr.io/google_containers"
local
-r
deprecated_registry
=
"gcr.io/google_containers"
...
...
cluster/addons/fluentd-gcp/scaler-deployment.yaml
View file @
89ceb7ef
...
@@ -19,7 +19,7 @@ spec:
...
@@ -19,7 +19,7 @@ spec:
serviceAccountName
:
fluentd-gcp-scaler
serviceAccountName
:
fluentd-gcp-scaler
containers
:
containers
:
-
name
:
fluentd-gcp-scaler
-
name
:
fluentd-gcp-scaler
image
:
gcr.io/google-containers
/fluentd-gcp-scaler:0.3
image
:
k8s.gcr.io
/fluentd-gcp-scaler:0.3
command
:
command
:
-
/scaler.sh
-
/scaler.sh
-
--ds-name=fluentd-gcp-v3.0.0
-
--ds-name=fluentd-gcp-v3.0.0
...
...
hack/testdata/deployment-label-change3.yaml
View file @
89ceb7ef
...
@@ -17,6 +17,6 @@ spec:
...
@@ -17,6 +17,6 @@ spec:
spec
:
spec
:
containers
:
containers
:
-
name
:
nginx
-
name
:
nginx
image
:
gcr.io/google-containers
/nginx:test-cmd
image
:
k8s.gcr.io
/nginx:test-cmd
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
test/e2e/network/scale/ingress.go
View file @
89ceb7ef
...
@@ -440,7 +440,7 @@ func generateScaleTestBackendDeploymentSpec(numReplicas int32) *extensions.Deplo
...
@@ -440,7 +440,7 @@ func generateScaleTestBackendDeploymentSpec(numReplicas int32) *extensions.Deplo
Containers
:
[]
v1
.
Container
{
Containers
:
[]
v1
.
Container
{
{
{
Name
:
scaleTestBackendName
,
Name
:
scaleTestBackendName
,
Image
:
"
gcr.io/google_containers
/echoserver:1.10"
,
Image
:
"
k8s.gcr.io
/echoserver:1.10"
,
Ports
:
[]
v1
.
ContainerPort
{{
ContainerPort
:
8080
}},
Ports
:
[]
v1
.
ContainerPort
{{
ContainerPort
:
8080
}},
ReadinessProbe
:
&
v1
.
Probe
{
ReadinessProbe
:
&
v1
.
Probe
{
Handler
:
v1
.
Handler
{
Handler
:
v1
.
Handler
{
...
...
test/e2e/storage/regional_pd.go
View file @
89ceb7ef
...
@@ -21,6 +21,9 @@ import (
...
@@ -21,6 +21,9 @@ import (
.
"github.com/onsi/gomega"
.
"github.com/onsi/gomega"
"fmt"
"fmt"
"strings"
"time"
appsv1
"k8s.io/api/apps/v1"
appsv1
"k8s.io/api/apps/v1"
"k8s.io/api/core/v1"
"k8s.io/api/core/v1"
storage
"k8s.io/api/storage/v1"
storage
"k8s.io/api/storage/v1"
...
@@ -34,8 +37,6 @@ import (
...
@@ -34,8 +37,6 @@ import (
"k8s.io/kubernetes/pkg/volume/util"
"k8s.io/kubernetes/pkg/volume/util"
"k8s.io/kubernetes/test/e2e/framework"
"k8s.io/kubernetes/test/e2e/framework"
"k8s.io/kubernetes/test/e2e/storage/utils"
"k8s.io/kubernetes/test/e2e/storage/utils"
"strings"
"time"
)
)
const
(
const
(
...
@@ -333,7 +334,7 @@ func newPodTemplate(labels map[string]string) *v1.PodTemplateSpec {
...
@@ -333,7 +334,7 @@ func newPodTemplate(labels map[string]string) *v1.PodTemplateSpec {
// and prints the entire file to stdout.
// and prints the entire file to stdout.
{
{
Name
:
"busybox"
,
Name
:
"busybox"
,
Image
:
"
gcr.io/google_containers
/busybox"
,
Image
:
"
k8s.gcr.io
/busybox"
,
Command
:
[]
string
{
"sh"
,
"-c"
},
Command
:
[]
string
{
"sh"
,
"-c"
},
Args
:
[]
string
{
Args
:
[]
string
{
"echo ${POD_NAME} >> /mnt/data/regional-pd/pods.txt;"
+
"echo ${POD_NAME} >> /mnt/data/regional-pd/pods.txt;"
+
...
...
test/e2e/testing-manifests/ingress/pre-shared-cert/rc.yaml
View file @
89ceb7ef
...
@@ -11,6 +11,6 @@ spec:
...
@@ -11,6 +11,6 @@ spec:
spec
:
spec
:
containers
:
containers
:
-
name
:
echoheaders-https
-
name
:
echoheaders-https
image
:
gcr.io/google_containers
/echoserver:1.10
image
:
k8s.gcr.io
/echoserver:1.10
ports
:
ports
:
-
containerPort
:
8080
-
containerPort
:
8080
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment