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
b88bebde
Commit
b88bebde
authored
Nov 21, 2016
by
Janet Kuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove initialized annotation from statefulset examples
parent
8c212e7f
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
13 deletions
+0
-13
calico-etcd-statefulset.yaml
...ons/calico-policy-controller/calico-etcd-statefulset.yaml
+0
-2
cockroachdb-statefulset.yaml
examples/cockroachdb/cockroachdb-statefulset.yaml
+0
-1
README.md
examples/storage/cassandra/README.md
+0
-2
cassandra-statefulset.yaml
examples/storage/cassandra/cassandra-statefulset.yaml
+0
-2
nginx-statefulset.yaml
hack/testdata/nginx-statefulset.yaml
+0
-2
petset.yaml
test/e2e/testing-manifests/petset/cockroachdb/petset.yaml
+0
-1
petset.yaml
test/e2e/testing-manifests/petset/mysql-galera/petset.yaml
+0
-1
petset.yaml
test/e2e/testing-manifests/petset/redis/petset.yaml
+0
-1
petset.yaml
test/e2e/testing-manifests/petset/zookeeper/petset.yaml
+0
-1
No files found.
cluster/addons/calico-policy-controller/calico-etcd-statefulset.yaml
View file @
b88bebde
...
@@ -11,8 +11,6 @@ spec:
...
@@ -11,8 +11,6 @@ spec:
replicas
:
1
replicas
:
1
template
:
template
:
metadata
:
metadata
:
annotations
:
pod.alpha.kubernetes.io/initialized
:
"
true"
labels
:
labels
:
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
k8s-app
:
calico-etcd
k8s-app
:
calico-etcd
...
...
examples/cockroachdb/cockroachdb-statefulset.yaml
View file @
b88bebde
...
@@ -66,7 +66,6 @@ spec:
...
@@ -66,7 +66,6 @@ spec:
labels
:
labels
:
app
:
cockroachdb
app
:
cockroachdb
annotations
:
annotations
:
pod.alpha.kubernetes.io/initialized
:
"
true"
# Init containers are run only once in the lifetime of a pod, before
# Init containers are run only once in the lifetime of a pod, before
# it's started up for the first time. It has to exit successfully
# it's started up for the first time. It has to exit successfully
# before the pod's main containers are allowed to start.
# before the pod's main containers are allowed to start.
...
...
examples/storage/cassandra/README.md
View file @
b88bebde
...
@@ -188,8 +188,6 @@ spec:
...
@@ -188,8 +188,6 @@ spec:
replicas
:
3
replicas
:
3
template
:
template
:
metadata
:
metadata
:
annotations
:
pod.alpha.kubernetes.io/initialized
:
"
true"
labels
:
labels
:
app
:
cassandra
app
:
cassandra
spec
:
spec
:
...
...
examples/storage/cassandra/cassandra-statefulset.yaml
View file @
b88bebde
...
@@ -7,8 +7,6 @@ spec:
...
@@ -7,8 +7,6 @@ spec:
replicas
:
3
replicas
:
3
template
:
template
:
metadata
:
metadata
:
annotations
:
pod.alpha.kubernetes.io/initialized
:
"
true"
labels
:
labels
:
app
:
cassandra
app
:
cassandra
spec
:
spec
:
...
...
hack/testdata/nginx-statefulset.yaml
View file @
b88bebde
...
@@ -27,8 +27,6 @@ spec:
...
@@ -27,8 +27,6 @@ spec:
metadata
:
metadata
:
labels
:
labels
:
app
:
nginx-statefulset
app
:
nginx-statefulset
annotations
:
pod.alpha.kubernetes.io/initialized
:
"
true"
spec
:
spec
:
terminationGracePeriodSeconds
:
0
terminationGracePeriodSeconds
:
0
containers
:
containers
:
...
...
test/e2e/testing-manifests/petset/cockroachdb/petset.yaml
View file @
b88bebde
...
@@ -10,7 +10,6 @@ spec:
...
@@ -10,7 +10,6 @@ spec:
labels
:
labels
:
app
:
cockroachdb
app
:
cockroachdb
annotations
:
annotations
:
pod.alpha.kubernetes.io/initialized
:
"
true"
# Init containers are run only once in the lifetime of a pod, before
# Init containers are run only once in the lifetime of a pod, before
# it's started up for the first time. It has to exit successfully
# it's started up for the first time. It has to exit successfully
# before the pod's main containers are allowed to start.
# before the pod's main containers are allowed to start.
...
...
test/e2e/testing-manifests/petset/mysql-galera/petset.yaml
View file @
b88bebde
...
@@ -10,7 +10,6 @@ spec:
...
@@ -10,7 +10,6 @@ spec:
labels
:
labels
:
app
:
mysql
app
:
mysql
annotations
:
annotations
:
pod.alpha.kubernetes.io/initialized
:
"
true"
pod.alpha.kubernetes.io/init-containers
:
'
[
pod.alpha.kubernetes.io/init-containers
:
'
[
{
{
"name":
"install",
"name":
"install",
...
...
test/e2e/testing-manifests/petset/redis/petset.yaml
View file @
b88bebde
...
@@ -10,7 +10,6 @@ spec:
...
@@ -10,7 +10,6 @@ spec:
labels
:
labels
:
app
:
redis
app
:
redis
annotations
:
annotations
:
pod.alpha.kubernetes.io/initialized
:
"
true"
pod.alpha.kubernetes.io/init-containers
:
'
[
pod.alpha.kubernetes.io/init-containers
:
'
[
{
{
"name":
"install",
"name":
"install",
...
...
test/e2e/testing-manifests/petset/zookeeper/petset.yaml
View file @
b88bebde
...
@@ -10,7 +10,6 @@ spec:
...
@@ -10,7 +10,6 @@ spec:
labels
:
labels
:
app
:
zk
app
:
zk
annotations
:
annotations
:
pod.alpha.kubernetes.io/initialized
:
"
true"
pod.alpha.kubernetes.io/init-containers
:
'
[
pod.alpha.kubernetes.io/init-containers
:
'
[
{
{
"name":
"install",
"name":
"install",
...
...
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