The Wayback Machine - https://web.archive.org/web/20220415005306/https://github.com/topics/kubernetes-setup
Skip to content
#

kubernetes-setup

Here are 306 public repositories matching this topic...

huanghantao
huanghantao commented Jan 11, 2022

复现过程

wget -c https://sealyun.oss-cn-beijing.aliyuncs.com/05a3db657821277f5f3b92d834bbaf98-v1.22.0/kube1.22.0.tar.gz

sealos init —passwd 'password' \
	—master 192.168.1.122  \
	—pkg-url /root/kube1.22.0.tar.gz  \
	—version v1.20.2

报错:

command result is: this version of kubeadm only supports deploying clusters with the control plane version >= 1.21.0. Current
good first issue
hryamzik
hryamzik commented Jul 22, 2021

I'm trying to apply node labels using the following configuration:

  - name: test
    instanceType: m5.large
    minSize: 1
    maxSize: 2
    desiredCapacity: 2
    labels:
      role: test
      node-role.kubernetes.io/test: ok

According to #580 and #582 using node-role subdomain should the way to apply labels, however I still get a domain error:

AWS::EKS::No
good first issue kind/bug priority/backlog blocked/aws
johnSchnake
johnSchnake commented Apr 1, 2022

Describe the solution you'd like
When adding a configmap via the config-map field in a plugin, if we see they are adding a yaml file, why not parse it and try and see if its valid yaml? Especially with the whitespace of nesting it this can cause issues and I've hit the problem more than once.

I assume we could do a basic json/yaml validation, more if others request it.

**Anything el

metalk8s
TeddyAndrieux
TeddyAndrieux commented Apr 24, 2021

Same as #3319 for all Kubernetes components here the list (maybe not exhaustive):

  • kube-scheduler
  • kube-controller-manager
  • kubelet
  • kube-proxy
kind:enhancement good first issue complexity:easy priority:medium

Improve this page

Add a description, image, and links to the kubernetes-setup topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kubernetes-setup topic, visit your repo's landing page and select "manage topics."

Learn more