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
a39f8ed9
Commit
a39f8ed9
authored
Aug 29, 2016
by
Madhusudan.C.S
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.
parent
a6ff2364
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
6 deletions
+25
-6
README.md
federation/README.md
+25
-6
No files found.
federation/README.md
View file @
a39f8ed9
...
@@ -17,23 +17,42 @@ as explained in that guide, you also need to install [`jq`](https://stedolan.git
...
@@ -17,23 +17,42 @@ as explained in that guide, you also need to install [`jq`](https://stedolan.git
which this workflow depends, so we are giving an exception to jq
which this workflow depends, so we are giving an exception to jq
for now. -->
for now. -->
Building cluster federation should be as simple as running:
Building cluster federation
artifacts
should be as simple as running:
```
shell
```
shell
make build
do
=
gen
make build
```
```
To deploy clusters and install federation components, edit the
You can specify the docker registry to tag the image using the
`config.default.json`
file to describe your clusters and run
KUBE_REGISTRY environment variable. Please make sure that you use
the same value in all the subsequent commands.
To push the built docker images to the registry, run:
```
shell
make push
```
To initialize the deployment run:
(This pull the installer images)
```
shell
make init
```
To deploy the clusters and install the federation components, edit the
`${KUBE_ROOT}/_output/federation/config.json`
file to describe your
clusters and run:
```
shell
```
shell
make
build
do
=
deploy
make deploy
```
```
To turn down the federation components and tear down the clusters run:
To turn down the federation components and tear down the clusters run:
```
shell
```
shell
make
build
do
=
destroy
make destroy
```
```
# Ideas for improvement
# Ideas for improvement
...
...
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