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
c5e1c87a
Commit
c5e1c87a
authored
Jun 11, 2015
by
Abhi Shah
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9516 from caesarxuchao/cluster-dns-AND-downward-api-v1
examples/cluster-dns and examples/downward-api to v1
parents
064e7146
193fb072
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
8 deletions
+7
-8
dns-backend-rc.yaml
examples/cluster-dns/dns-backend-rc.yaml
+1
-2
dns-backend-service.yaml
examples/cluster-dns/dns-backend-service.yaml
+1
-1
dns-frontend-pod.yaml
examples/cluster-dns/dns-frontend-pod.yaml
+1
-1
namespace-dev.yaml
examples/cluster-dns/namespace-dev.yaml
+1
-1
namespace-prod.yaml
examples/cluster-dns/namespace-prod.yaml
+1
-1
README.md
examples/downward-api/README.md
+1
-1
dapi-pod.yaml
examples/downward-api/dapi-pod.yaml
+1
-1
No files found.
examples/cluster-dns/dns-backend-rc.yaml
View file @
c5e1c87a
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
ReplicationController
metadata
:
name
:
dns-backend
...
...
@@ -19,4 +19,3 @@ spec:
ports
:
-
name
:
backend-port
containerPort
:
8000
protocol
:
tcp
examples/cluster-dns/dns-backend-service.yaml
View file @
c5e1c87a
kind
:
Service
apiVersion
:
v1
beta3
apiVersion
:
v1
metadata
:
name
:
dns-backend
spec
:
...
...
examples/cluster-dns/dns-frontend-pod.yaml
View file @
c5e1c87a
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
Pod
metadata
:
name
:
dns-frontend
...
...
examples/cluster-dns/namespace-dev.yaml
View file @
c5e1c87a
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
Namespace
metadata
:
name
:
"
development"
...
...
examples/cluster-dns/namespace-prod.yaml
View file @
c5e1c87a
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
Namespace
metadata
:
name
:
"
production"
...
...
examples/downward-api/README.md
View file @
c5e1c87a
...
...
@@ -27,7 +27,7 @@ This pod runs the `env` command in a container that consumes the downward API.
through the pod logs to see that the pod was injected with the correct values:
```
shell
$
kubectl log dapi-test-pod |
grep
POD_
$
kubectl log
s
dapi-test-pod |
grep
POD_
2015-04-30T20:22:18.568024817Z
POD_NAME
=
dapi-test-pod
2015-04-30T20:22:18.568087688Z
POD_NAMESPACE
=
default
```
...
...
examples/downward-api/dapi-pod.yaml
View file @
c5e1c87a
apiVersion
:
v1
beta3
apiVersion
:
v1
kind
:
Pod
metadata
:
name
:
dapi-test-pod
...
...
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