Skip to content
#

k3s

Here are 487 public repositories matching this topic...

k3sup
nadenf
nadenf commented Nov 11, 2021

Problem

I would like to be able to have different names for my node to help with discovery in tools like k9s.

If I (a) create the cluster and then (b) create the nodes I can achieve this.

But if I need to create the cluster and nodes at the same time i.e. via -agents flag then this is not possible.
And some use cases e.g. per-node volumes are only possible using this approach

enhancement good first issue priority/low
arkade

🌿 基于springboot的快速学习示例,整合自己遇到的开源框架,如:rabbitmq(延迟队列)、Kafka、jpa、redies、oauth2、swagger、jsp、docker、k3s、k3d、k8s、mybatis加解密插件、异常处理、日志输出、多模块开发、多环境打包、缓存cache、爬虫、jwt、GraphQL、dubbo、zookeeper和Async等等📌

  • Updated Jul 6, 2022
  • Java
vcluster
bschwenn
bschwenn commented Feb 25, 2022

Is your feature request related to a problem?

Mutating webhooks often use label selectors to determine which resources to process. Since vcluster mutates all the labels on synced resources, this can prevent webhooks in the physical cluster from being able to mutate the physical resources.

In particular we've encountered this issue for synced pods.

Which solution do you suggest?

renyunkang
renyunkang commented Feb 18, 2022

What we need

In the case of using openelb as the Kubernetes load balancing implementation, the allocation of openelb external-ip-pool can only be viewed on the terminal interface by accessing Kubernetes resources with kubectl. However, more and more kubernetes users are using specific dashboards to operate and manage clusters or workloads, such as KubeSphere. Therefore, the current usage is n

kind/feature good first issue
zarf
YrrepNoj
YrrepNoj commented May 26, 2022

If someone were to accidently zarf init --components=k3s twice (it doesn't have to be back-to-back, just before Zarf destroys the first cluster), weird stuff happens that Zarf doesn't handle in the best way.

One of the files that gets copied to the host during the installation of the k3s component is an 'empty-file' that gets placed in the /root/.kube/config. Since k3s/zarf is already runni

Improve this page

Add a description, image, and links to the k3s 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 k3s topic, visit your repo's landing page and select "manage topics."

Learn more