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

kubernetes-deployment

Here are 748 public repositories matching this topic...

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
grzegorzlisowski
grzegorzlisowski commented May 3, 2020

PR o'clock

Description

Resolves #774

The change is intended to improve the ability to manage worker groups using maps. Which should allow to more flexibly add/remove worker groups (improve this: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/faq.md#how-do-i-safely-remove-old-worker-groups).

The change includes suggested in #774 changes which include:

StarpTech
StarpTech commented Oct 12, 2020

As discussed in slack.

In comparison to skaffold (another deployment tool), kapp only reports if the condition was met or not. I'd like to see more information about the stabilization process e.g:

Waiting for deployments to stabilize...
 - production:deployment/demo: creating container service
    - production:pod/demo-5cf5f768d4-x9xfr: creating container service
 - production:deploy
LinuxSuRen
LinuxSuRen commented Nov 13, 2020

When I finished the cluster creating task via kk create cluster --with-kubesphere --with-kubernetes v1.17.9

I try to execute a simple command which is kubectl get ns. But errors happend. You can see the output below:

Unable to connect to the server: x509: certificate signed by unknown authority (possibly because of "crypto/rsa: verification error" while trying to verify candidate au
metalk8s

Improve this page

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

Learn more