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
75085279
Commit
75085279
authored
Dec 29, 2014
by
Joe Beda
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3149 from adimania/master
"kind" is needed to start the pod
parents
6c1203bd
f86af137
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
fedora_manual_config.md
docs/getting-started-guides/fedora/fedora_manual_config.md
+2
-0
README.md
examples/walkthrough/README.md
+3
-0
No files found.
docs/getting-started-guides/fedora/fedora_manual_config.md
View file @
75085279
...
...
@@ -128,6 +128,8 @@ done
```
kubectl get minions
NAME LABELS
fed-minion <none>
```
**The cluster should be running! Launch a test pod.**
...
...
examples/walkthrough/README.md
View file @
75085279
...
...
@@ -11,6 +11,7 @@ Trivially, a single container might be a pod. For example, you can express a si
```
yaml
apiVersion
:
v1beta1
kind
:
Pod
id
:
www
desiredState
:
manifest
:
...
...
@@ -31,6 +32,7 @@ Now that's great for a static web server, but what about persistent storage? We
```
yaml
apiVersion
:
v1beta1
kind
:
Pod
id
:
storage
desiredState
:
manifest
:
...
...
@@ -88,6 +90,7 @@ However, often you want to have two different containers that work together. An
```
yaml
apiVersion
:
v1beta1
kind
:
Pod
id
:
www
desiredState
:
manifest
:
...
...
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