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
7c99d960
Commit
7c99d960
authored
Dec 25, 2014
by
Aditya Patawari
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kind is needed to start the pod
fix for the following error: the provided version "v1beta1" and kind "" cannot be mapped to a supported object
parent
6624b64f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
README.md
examples/walkthrough/README.md
+3
-0
No files found.
examples/walkthrough/README.md
View file @
7c99d960
...
@@ -11,6 +11,7 @@ Trivially, a single container might be a pod. For example, you can express a si
...
@@ -11,6 +11,7 @@ Trivially, a single container might be a pod. For example, you can express a si
```
yaml
```
yaml
apiVersion
:
v1beta1
apiVersion
:
v1beta1
kind
:
Pod
id
:
www
id
:
www
desiredState
:
desiredState
:
manifest
:
manifest
:
...
@@ -31,6 +32,7 @@ Now that's great for a static web server, but what about persistent storage? We
...
@@ -31,6 +32,7 @@ Now that's great for a static web server, but what about persistent storage? We
```
yaml
```
yaml
apiVersion
:
v1beta1
apiVersion
:
v1beta1
kind
:
Pod
id
:
storage
id
:
storage
desiredState
:
desiredState
:
manifest
:
manifest
:
...
@@ -88,6 +90,7 @@ However, often you want to have two different containers that work together. An
...
@@ -88,6 +90,7 @@ However, often you want to have two different containers that work together. An
```
yaml
```
yaml
apiVersion
:
v1beta1
apiVersion
:
v1beta1
kind
:
Pod
id
:
www
id
:
www
desiredState
:
desiredState
:
manifest
:
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