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
92986386
Commit
92986386
authored
May 18, 2015
by
Nikhil Jindal
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8349 from caesarxuchao/flaky-tests-docs
update docs/devel flaky-tests to v1beta3
parents
969023f3
1526cfd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
24 deletions
+18
-24
flaky-tests.md
docs/devel/flaky-tests.md
+18
-24
No files found.
docs/devel/flaky-tests.md
View file @
92986386
...
...
@@ -11,33 +11,27 @@ There is a testing image ```brendanburns/flake``` up on the docker hub. We will
Create a replication controller with the following config:
```
yaml
id
:
flakecontroller
apiVersion
:
v1beta3
kind
:
ReplicationController
apiVersion
:
v1beta1
desiredState
:
metadata
:
name
:
flakecontroller
spec
:
replicas
:
24
replicaSelector
:
name
:
flake
podTemplate
:
desiredState
:
manifest
:
version
:
v1beta1
id
:
"
"
volumes
:
[]
containers
:
-
name
:
flake
image
:
brendanburns/flake
env
:
-
name
:
TEST_PACKAGE
value
:
pkg/tools
-
name
:
REPO_SPEC
value
:
https://github.com/GoogleCloudPlatform/kubernetes
restartpolicy
:
{}
labels
:
name
:
flake
labels
:
name
:
flake
template
:
metadata
:
labels
:
name
:
flake
spec
:
containers
:
-
name
:
flake
image
:
brendanburns/flake
env
:
-
name
:
TEST_PACKAGE
value
:
pkg/tools
-
name
:
REPO_SPEC
value
:
https://github.com/GoogleCloudPlatform/kubernetes
```
Note that we omit the labels and the selector fields of the replication controller, because they will be populated from the labels field of the pod template by default.
```
./cluster/kubectl.sh create -f controller.yaml```
...
...
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