Kubernetes cluster creating issues
Here I'm was using kubernetes for create the cluster manage with all my containers,Now i have some issues on that
- I'm using this command to install kubernetes:-
# dnf install docker cockpit cockpit-docker cockpit-kubernetes kubernetes etcd kubeadm -y
# docker version
# docker-ce-17.09.0.ce-1.fc26
This is my current status on kubernetes & docker.
This My current Status in the kubernetes cluster
When I Initialized Kubernetes Cluster have this kind of error
docker kubernetes kubernetes-apiserver kubernetes-cluster
add a comment |
Here I'm was using kubernetes for create the cluster manage with all my containers,Now i have some issues on that
- I'm using this command to install kubernetes:-
# dnf install docker cockpit cockpit-docker cockpit-kubernetes kubernetes etcd kubeadm -y
# docker version
# docker-ce-17.09.0.ce-1.fc26
This is my current status on kubernetes & docker.
This My current Status in the kubernetes cluster
When I Initialized Kubernetes Cluster have this kind of error
docker kubernetes kubernetes-apiserver kubernetes-cluster
2
Welcome to SO. Please do not add text output as images. Add it as text with an indentation of 4 spaces. And please include only relevant parts of your output.
– mbuechmann
Nov 20 '18 at 9:58
You can use Kontena to deploy k8s clusters, if you do not have very specific requirements.
– Nikita Zernov
Nov 29 '18 at 7:49
add a comment |
Here I'm was using kubernetes for create the cluster manage with all my containers,Now i have some issues on that
- I'm using this command to install kubernetes:-
# dnf install docker cockpit cockpit-docker cockpit-kubernetes kubernetes etcd kubeadm -y
# docker version
# docker-ce-17.09.0.ce-1.fc26
This is my current status on kubernetes & docker.
This My current Status in the kubernetes cluster
When I Initialized Kubernetes Cluster have this kind of error
docker kubernetes kubernetes-apiserver kubernetes-cluster
Here I'm was using kubernetes for create the cluster manage with all my containers,Now i have some issues on that
- I'm using this command to install kubernetes:-
# dnf install docker cockpit cockpit-docker cockpit-kubernetes kubernetes etcd kubeadm -y
# docker version
# docker-ce-17.09.0.ce-1.fc26
This is my current status on kubernetes & docker.
This My current Status in the kubernetes cluster
When I Initialized Kubernetes Cluster have this kind of error
docker kubernetes kubernetes-apiserver kubernetes-cluster
docker kubernetes kubernetes-apiserver kubernetes-cluster
edited Nov 20 '18 at 9:57
Ananthu R V
11512
11512
asked Nov 20 '18 at 6:21
ajithkajithk
81
81
2
Welcome to SO. Please do not add text output as images. Add it as text with an indentation of 4 spaces. And please include only relevant parts of your output.
– mbuechmann
Nov 20 '18 at 9:58
You can use Kontena to deploy k8s clusters, if you do not have very specific requirements.
– Nikita Zernov
Nov 29 '18 at 7:49
add a comment |
2
Welcome to SO. Please do not add text output as images. Add it as text with an indentation of 4 spaces. And please include only relevant parts of your output.
– mbuechmann
Nov 20 '18 at 9:58
You can use Kontena to deploy k8s clusters, if you do not have very specific requirements.
– Nikita Zernov
Nov 29 '18 at 7:49
2
2
Welcome to SO. Please do not add text output as images. Add it as text with an indentation of 4 spaces. And please include only relevant parts of your output.
– mbuechmann
Nov 20 '18 at 9:58
Welcome to SO. Please do not add text output as images. Add it as text with an indentation of 4 spaces. And please include only relevant parts of your output.
– mbuechmann
Nov 20 '18 at 9:58
You can use Kontena to deploy k8s clusters, if you do not have very specific requirements.
– Nikita Zernov
Nov 29 '18 at 7:49
You can use Kontena to deploy k8s clusters, if you do not have very specific requirements.
– Nikita Zernov
Nov 29 '18 at 7:49
add a comment |
2 Answers
2
active
oldest
votes
I did use below URL for deploy three node cluster.
https://blog.alexellis.io/kubernetes-in-10-minutes/
Note: if you want to start only single node cluster, then run taint command as per describe in above URL on master node so container can launch on master node also and if you want to run worker node separately then launch separate vm/vms and run command from start to till swapoff command then join vm to master.
add a comment |
I think you have missed a step in this link.
You seem to have not created a Pod network Add-on , create a local pod network such as flannel etc.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53387331%2fkubernetes-cluster-creating-issues%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I did use below URL for deploy three node cluster.
https://blog.alexellis.io/kubernetes-in-10-minutes/
Note: if you want to start only single node cluster, then run taint command as per describe in above URL on master node so container can launch on master node also and if you want to run worker node separately then launch separate vm/vms and run command from start to till swapoff command then join vm to master.
add a comment |
I did use below URL for deploy three node cluster.
https://blog.alexellis.io/kubernetes-in-10-minutes/
Note: if you want to start only single node cluster, then run taint command as per describe in above URL on master node so container can launch on master node also and if you want to run worker node separately then launch separate vm/vms and run command from start to till swapoff command then join vm to master.
add a comment |
I did use below URL for deploy three node cluster.
https://blog.alexellis.io/kubernetes-in-10-minutes/
Note: if you want to start only single node cluster, then run taint command as per describe in above URL on master node so container can launch on master node also and if you want to run worker node separately then launch separate vm/vms and run command from start to till swapoff command then join vm to master.
I did use below URL for deploy three node cluster.
https://blog.alexellis.io/kubernetes-in-10-minutes/
Note: if you want to start only single node cluster, then run taint command as per describe in above URL on master node so container can launch on master node also and if you want to run worker node separately then launch separate vm/vms and run command from start to till swapoff command then join vm to master.
answered Dec 4 '18 at 5:31
hk'hk'
388
388
add a comment |
add a comment |
I think you have missed a step in this link.
You seem to have not created a Pod network Add-on , create a local pod network such as flannel etc.
add a comment |
I think you have missed a step in this link.
You seem to have not created a Pod network Add-on , create a local pod network such as flannel etc.
add a comment |
I think you have missed a step in this link.
You seem to have not created a Pod network Add-on , create a local pod network such as flannel etc.
I think you have missed a step in this link.
You seem to have not created a Pod network Add-on , create a local pod network such as flannel etc.
answered Dec 4 '18 at 5:48
fatcookfatcook
30117
30117
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53387331%2fkubernetes-cluster-creating-issues%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Welcome to SO. Please do not add text output as images. Add it as text with an indentation of 4 spaces. And please include only relevant parts of your output.
– mbuechmann
Nov 20 '18 at 9:58
You can use Kontena to deploy k8s clusters, if you do not have very specific requirements.
– Nikita Zernov
Nov 29 '18 at 7:49