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

kubernetes-controller

Here are 185 public repositories matching this topic...

ops-hummus
ops-hummus commented Oct 20, 2021

I'm using the apigatewayv2 controller and I'm trying to control where my application is being created. I have a specific nodes for controllers but since I don't have an affinity attribute I need to save the chart locally and add the affinity attribute by myself. It's a bit frustrating since I don't want to manage this chart.

Describe the solution you'd like
Saved the chart locally and add

ytsarev
ytsarev commented Apr 6, 2020

Most of the current use cases, automated tests and functional test scenarios were performed in context of 2 clusters only as it is most common and easier to test setup.

Meanwhile we need to be ready and test for >2 scenario cluster scenario.

This series of testing can reveal potential edge cases in current LB strategies implementation and can lead to LB logic extension and handling of >2 num

davemasselink
davemasselink commented Aug 9, 2019

Is your feature request related to a problem? Please describe.
The existing example workflows are all quite simple. They don't well represent a real-world workflow.

Describe the solution you'd like
There should be a new workflow example in the examples/ directory which carries out the following steps:

  • create namespace
  • create deployment
  • delete deployment
  • delete namespace

Improve this page

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

Learn more