GitShow/kelseyhightower/kubeadm-single-node-cluster
kelseyhightower

kubeadm-single-node-cluster

How to bootstrap a single-node Kubernetes cluster on Google Compute Engine using kubeadm.

by kelseyhightower
Star on GitHubFork

Shell

140 stars29 forks2 contributorsQuiet · 8y agoSince 2017Apache-2.0

Meet the team

See all 2 on GitHub →
kelseyhightower
kelseyhightower22 contributions
ahmetb
ahmetb3 contributions

Languages

View on GitHub →
Shell100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
42
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 in progress · Last activity 8y ago
See all on GitHub →
mvasilenko
use ${PWD} instead of $(PWD)OpenPR

for modern bash it's safe to use $(pwd) or ${PWD} $(PWD) usage gives an error $ export KUBECONFIG=$(PWD)/kubeadm-single-node-cluster.conf PWD: command not found GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)

mvasilenko · 8y ago
pydevops
Failed to create load balancer: OpenIssue

Error User "system:kube-controller-manager" cannot create configmaps in the namespace "kube-system Analysis: This is due to an issue in kubeadm: https://github.com/kubernetes/kubeadm/issues/425. kubeadm version: 1.7.5 Next**: After apply the rbac fix from https://github.com/kubernetes/kubeadm/issues/425. I got the "Cannot EnsureLoadBalancer() with no hosts" for . possibly https://github.com/kubernetes/kubernetes/issues/34866

pydevops · 8y ago

Recent fixes

View closed PRs →
jon
Bump Kubernetes to v1.10, Calico to version v3.0.MergedPR

Handfull of updates to make the script play nicely with Kubernetes v1.10: Bumps the K8S version in the README. Updates to latest Ubuntu LTS (image from the original script no longer exists). Updates the admission-control passed to the API server to v1.10 recommended defaults. Takes advantage of native support in kubeadm to not taint the master node. Grabs the latest Calico recommended in the kubeadm docs.

jon · 3w ago
Mehonoshin
Update ubuntu versionMergedPR

Ubuntu-1704 family is deprecated at GCE now Also the default kubernetes version for the latest 1710 ubuntu is 1.9

Mehonoshin · 2y ago
akiellor
Add [Service] section to 20-cloud-provider.confMergedPR

Add section to 20-cloud-provider.conf to ensure kubelet gets cloud provider configured. Without this things like storage classes and persistent volume claims do not work.

akiellor · 8y ago
Structured data for AI agents

Repository: kelseyhightower/kubeadm-single-node-cluster. Description: How to bootstrap a single-node Kubernetes cluster on Google Compute Engine using kubeadm. Stars: 140, Forks: 29. Primary language: Shell. Languages: Shell (100%). License: Apache-2.0. Open PRs: 1, open issues: 1. Last activity: 8y ago. Community health: 42%. Top contributors: kelseyhightower, ahmetb.

·@ofershap

Replace github.com with gitshow.dev