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
cd9b30e6
Commit
cd9b30e6
authored
Mar 05, 2015
by
Ilya Dmitrichenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
coreos/azure: Version bump to 0.11.0
parent
2510f898
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
README.md
docs/getting-started-guides/README.md
+1
-1
kubernetes-cluster-main-nodes-template.yml
...nfig_templates/kubernetes-cluster-main-nodes-template.yml
+1
-2
No files found.
docs/getting-started-guides/README.md
View file @
cd9b30e6
...
@@ -23,7 +23,7 @@ libvirt/KVM | CoreOS | CoreOS | libvirt/KVM | [docs](../../docs/getting
...
@@ -23,7 +23,7 @@ libvirt/KVM | CoreOS | CoreOS | libvirt/KVM | [docs](../../docs/getting
AWS | Juju | Ubuntu | flannel |
[
docs
](
../../docs/getting-started-guides/juju.md
)
|
[
Community
](
https://github.com/whitmo/bundle-kubernetes
)
(
[@whit](https://github.com/whitmo
)
,
[
@matt
](
https://github.com/mbruzek
)
,
[
@chuck
](
https://github.com/chuckbutler
)
) |
[
Tested
](
http://reports.vapour.ws/charm-tests-by-charm/kubernetes
)
K8s v0.8.1
AWS | Juju | Ubuntu | flannel |
[
docs
](
../../docs/getting-started-guides/juju.md
)
|
[
Community
](
https://github.com/whitmo/bundle-kubernetes
)
(
[@whit](https://github.com/whitmo
)
,
[
@matt
](
https://github.com/mbruzek
)
,
[
@chuck
](
https://github.com/chuckbutler
)
) |
[
Tested
](
http://reports.vapour.ws/charm-tests-by-charm/kubernetes
)
K8s v0.8.1
OpenStack/HPCloud | Juju | Ubuntu | flannel |
[
docs
](
../../docs/getting-started-guides/juju.md
)
|
[
Community
](
https://github.com/whitmo/bundle-kubernetes
)
(
[@whit](https://github.com/whitmo
)
,
[
@matt
](
https://github.com/mbruzek
)
,
[
@chuck
](
https://github.com/chuckbutler
)
) |
[
Tested
](
http://reports.vapour.ws/charm-tests-by-charm/kubernetes
)
K8s v0.8.1
OpenStack/HPCloud | Juju | Ubuntu | flannel |
[
docs
](
../../docs/getting-started-guides/juju.md
)
|
[
Community
](
https://github.com/whitmo/bundle-kubernetes
)
(
[@whit](https://github.com/whitmo
)
,
[
@matt
](
https://github.com/mbruzek
)
,
[
@chuck
](
https://github.com/chuckbutler
)
) |
[
Tested
](
http://reports.vapour.ws/charm-tests-by-charm/kubernetes
)
K8s v0.8.1
Joyent | Juju | Ubuntu | flannel |
[
docs
](
../../docs/getting-started-guides/juju.md
)
|
[
Community
](
https://github.com/whitmo/bundle-kubernetes
)
(
[@whit](https://github.com/whitmo
)
,
[
@matt
](
https://github.com/mbruzek
)
,
[
@chuck
](
https://github.com/chuckbutler
)
) |
[
Tested
](
http://reports.vapour.ws/charm-tests-by-charm/kubernetes
)
K8s v0.8.1
Joyent | Juju | Ubuntu | flannel |
[
docs
](
../../docs/getting-started-guides/juju.md
)
|
[
Community
](
https://github.com/whitmo/bundle-kubernetes
)
(
[@whit](https://github.com/whitmo
)
,
[
@matt
](
https://github.com/mbruzek
)
,
[
@chuck
](
https://github.com/chuckbutler
)
) |
[
Tested
](
http://reports.vapour.ws/charm-tests-by-charm/kubernetes
)
K8s v0.8.1
Azure | CoreOS | CoreOS | Weave |
[
docs
](
../../docs/getting-started-guides/coreos/azure/README.md
)
| Community (
[
@errordeveloper
](
https://github.com/errordeveloper
)
,
[
@squillace
](
https://github.com/squillace
)
,
[
@chanezon
](
(https://github.com/chanezon
)
) | Uses K8s version 0.
9.3
Azure | CoreOS | CoreOS | Weave |
[
docs
](
../../docs/getting-started-guides/coreos/azure/README.md
)
| Community (
[
@errordeveloper
](
https://github.com/errordeveloper
)
,
[
@squillace
](
https://github.com/squillace
)
,
[
@chanezon
](
(https://github.com/chanezon
)
) | Uses K8s version 0.
11.0
Definition of columns:
Definition of columns:
-
**IaaS Provider**
is who/what provides the virtual or physical machines (nodes) that Kubernetes runs on.
-
**IaaS Provider**
is who/what provides the virtual or physical machines (nodes) that Kubernetes runs on.
...
...
docs/getting-started-guides/coreos/azure/cloud_config_templates/kubernetes-cluster-main-nodes-template.yml
View file @
cd9b30e6
...
@@ -49,7 +49,6 @@ coreos:
...
@@ -49,7 +49,6 @@ coreos:
Requires=network-online.target
Requires=network-online.target
[Service]
[Service]
Type=oneshot
Type=oneshot
#RemainAfterExit=yes
ExecStart=/bin/sh -c 'until curl --silent --fail https://status.github.com/api/status.json | grep -q \"good\"; do sleep 2; done'
ExecStart=/bin/sh -c 'until curl --silent --fail https://status.github.com/api/status.json | grep -q \"good\"; do sleep 2; done'
[Install]
[Install]
WantedBy=network-online.target
WantedBy=network-online.target
...
@@ -212,7 +211,7 @@ coreos:
...
@@ -212,7 +211,7 @@ coreos:
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
Documentation=https://github.com/GoogleCloudPlatform/kubernetes
Requires=network-online.target
Requires=network-online.target
[Service]
[Service]
Environment=KUBE_RELEASE_TARBALL=https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v0.
9.3
/kubernetes.tar.gz
Environment=KUBE_RELEASE_TARBALL=https://github.com/GoogleCloudPlatform/kubernetes/releases/download/v0.
11.0
/kubernetes.tar.gz
ExecStartPre=/bin/mkdir -p /opt/
ExecStartPre=/bin/mkdir -p /opt/
ExecStart=/bin/bash -c "curl --silent --location $KUBE_RELEASE_TARBALL | tar xzv -C /tmp/"
ExecStart=/bin/bash -c "curl --silent --location $KUBE_RELEASE_TARBALL | tar xzv -C /tmp/"
ExecStart=/bin/tar xzvf /tmp/kubernetes/server/kubernetes-server-linux-amd64.tar.gz -C /opt
ExecStart=/bin/tar xzvf /tmp/kubernetes/server/kubernetes-server-linux-amd64.tar.gz -C /opt
...
...
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