control-plane
Here are 27 public repositories matching this topic...
When having a long list of services, it is quite difficult to find one since they are ordered based on their creation date and not alphabetically.
Due to pagination that is built in the API used by the Bridge, it does not make sense to sort the services on the client-side (each page would be sorted, but not the entire list of, e.g., services). Consequently, this issue should implement the sort
This is an enhancement request within the control plane functionality.
I do not use docker and Kubernetes has now deprecated docker.
How can I get kube-vip to work without docker? Is it possible to generate the manifest with crictl? Maybe kube-vip can provide a ready manifest to use in documentation so docker is not needed?
Metrics support
-
Updated
Dec 21, 2020 - Go
We already have the tooling and we can run envoy-control locally while connecting to an environment set up with docker-compose. However, current configuration files aren't utilizing more advanced features, like mTLS and RBAC. That hinders experimenting and testing with these functionalities. Also, creating a configuration for envoy-control and envoy connecting to is from the ground up every time I
-
Updated
Nov 30, 2020 - Go
-
Updated
Mar 23, 2018 - Go
-
Updated
Oct 15, 2020 - Go
-
Updated
Oct 9, 2017 - Rust
-
Updated
Dec 9, 2020 - HTML
Following the example in cotroller-runtime, add this in main.go. The opeartor manifests need to be updated appropriately to make use of this endpint for the liveness and readiness checks.
-
Updated
Nov 11, 2020 - Go
-
Updated
May 13, 2016 - TeX
-
Updated
Nov 11, 2020 - Python
-
Updated
Nov 4, 2020 - Python
-
Updated
Oct 27, 2020 - Go
-
Updated
Feb 13, 2017 - Python
-
Updated
Jun 27, 2018
-
Updated
Jun 24, 2020 - HCL
-
Updated
May 30, 2020 - Shell
-
Updated
Oct 27, 2020 - Shell
-
Updated
May 4, 2018 - Python
-
Updated
Dec 9, 2020 - Shell
-
Updated
Dec 2, 2020 - HCL
-
Updated
Dec 16, 2018
-
Updated
Mar 23, 2020 - Makefile
Improve this page
Add a description, image, and links to the control-plane topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the control-plane topic, visit your repo's landing page and select "manage topics."
Summary
kumactl install control-planedoes not respect user overrides of kuma env variables passed with the--env-varflag. This makes it difficult to customize an install past what is officially supported.Steps To Reproduce
kumactl install control-plane --env-var KUMA_DEFAULTS_SKIP_MESH_CREATION=trueKUMA_DEFAULTS_SKIP_MESH_CREATIONi