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
4aac80c9
Commit
4aac80c9
authored
Oct 01, 2014
by
Joe Beda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused manifest file
parent
db14944f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
49 deletions
+0
-49
master-manifest.yaml
build/master-manifest.yaml
+0
-49
No files found.
build/master-manifest.yaml
deleted
100644 → 0
View file @
db14944f
version
:
v1beta1
# For now the apiserver, controller, etcd and registry are all in one pod
# when we move to v1beta2 for the manifest API, we should move them to separate
# pods
id
:
master-pod
containers
:
-
name
:
registry
image
:
google/docker-registry
ports
:
-
name
:
registry
hostPort
:
5000
containerPort
:
5000
env
:
-
key
:
GCS_BUCKET
value
:
kubernetes-releases-f8e0c
-
key
:
STORAGE_PATH
value
:
docker-reg/
-
name
:
etcd
image
:
coreos/etcd
ports
:
-
name
:
etcd
hostPort
:
4001
containerPort
:
4001
volumeMounts
:
-
name
:
etcddata
path
:
/mnt/etcd
command
:
[
"
/opt/etcd/bin/etcd"
,
"
-data-dir"
,
"
/mnt/etcd"
]
-
name
:
master
image
:
localhost:5000/kubernetes-apiserver
ports
:
-
name
:
server
hostPort
:
8080
containerPort
:
8080
env
:
-
key
:
KUBE_MINIONS
value
:
cloudvm
-
key
:
ETCD_SERVERS
value
:
http://127.0.0.1:4001
-
name
:
controller-manager
image
:
localhost:5000/kubernetes-controller-manager
env
:
-
key
:
ETCD_SERVERS
value
:
http://127.0.0.1:4001
-
key
:
API_SERVER
value
:
127.0.0.1:8090
volumes
:
-
name
:
etcddata
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