Skip to content
#

kubernetes-controller

Here are 214 public repositories matching this topic...

A-Hilaly
A-Hilaly commented Apr 26, 2022

Is your feature request related to a problem?
Currently, ack-generate can produce go code with kubebuilder markers allowing CRDs to have additional print columns. However, CRDs can only have one print column per field. Ideally, we would like to have an option to specify extra print columns with something similar to:

    additionalPrinterColumns:
    - name: SYNCED
      jsonPa
enhancement good first issue code generator
botkube
jainpratik163
jainpratik163 commented Sep 21, 2021

Describe the bug

To Reproduce
Steps to reproduce the behavior:

  1. I tried to install botkube helm chart and integrate it with Elasticseach which is installed in one of VM'
  2. POD get to install successfully but in logs, I can see below error
    ERRO[2021-09-21T10:04:06Z] Failed to get index. Error: Head "https://xxxyz:9201/esskube-2021-09-21": x509: certificate signed by unknown author
bug good first issue integration-els
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

enhancement good first issue
dgkanatsios
dgkanatsios commented Jun 3, 2022

Currently, gameserverapi (https://github.com/PlayFab/thundernetes/tree/main/cmd/gameserverapi) does not have any authentication/authorization set up. It would be nice if we could set up some instructions/documentation on how to protect it using TLS authentication. Maybe we can set up nginx ingress https://kubernetes.github.io/ingress-nginx/examples/auth/client-certs/

enhancement help wanted good first issue
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
documentation enhancement good first issue

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