- The resource requirements listed by component are all members of the
core API group. There is no need to include the `extensions` and
`apps` groups. This Role will currently try to grant permissions on
types that do not exist, such a `pod.extensions` and `pod.apps`.
- If you are a member of a multitenant cluster, there's a good chance
that you are running with either the `admin` or `edit` built-in
Clusterroles scoped down to your namespace(s). Since certain types
such as `pod.extensions` do not exist, your binding to a built-in Role
will not contain permissions on these types. As such, you will get a
permission error when trying to create the Role (trying to grant
permissions you do not hold). The Role as written could only currently
be created in a cluster by someone who has a higher permission level,
(such as an admin).
* Use the "primary-port-name" label to discover ports
* Fixed warning message
* Fixed code style issue
* Use the "primary-port-name" label to discover ports
* Do not change previous behaviour!
* Fixed possibility of NPE
* Updated documentation
* Added fallbacks to https and http named ports
* Extracted port discovery logic into a separate function
* Fixed code style issue
* Fixed another code style issue
* Deprecate KubernetesAutoServiceRegistration
* Document service registry in kubernetes. Fixes#348
* Renaming leader module to be specific to fabric8
* Istio module rename
* Renaming loadbalancer module
* Add spring-cloud-starter-bus-kafka
* Separate profiles for amqp and kafka
* profiles for amqp and kafka with default binders
* updates to readme on kafka support for the watcher. Fixes#654
* fix IT
* remove unused imports
* Add conditionals to allow for config and/or secrets to be watched
* fix it deployment for bus-amqp
* enable probes for management endpoints. Disable rabbit health checker unless we run the bus-amqp profile
* add IT tests for Kafka, deployments for zookeeper and kafka. Increase timeouts from 90 to 600 seconds to account for larger images and slower connections.
* add newline
* refactor imports
* fix checkstyle issues.
* update kafka docker image tag from latest to 2.13-2.6.0
* updating zookeeper docker image from wurstmeister/zookeeper:latest to zookeeper:3.6.2. wurstmeister does not appear to have tags that match the latest images yet and the last updates are a few years old.
* Deprecate KubernetesAutoServiceRegistration
* Document service registry in kubernetes. Fixes#348
* Refactoring config module to extract common code
Renamed config module to be specific to fabric8
* Kubernetes client config module
* Fixing test to avoid 503 error
* Accounting for missing invocation
* Adding code to deal with potential 503 error
* Fixing class used in polling change listener
* Formatting changes