Lauri Nevala
Lauri Nevala
[Kontena](https://kontena.io) is an open source container orchestration platform. It contains built-in networking, service discovery, secret management and load balancing etc. You can define stacks in YAML file (similar to Docker...
**What happened?** When trying to open port-forward with `devspace open`, devspace fails to open port-forward to services that are using named ports. ``` ? Select the service you want to...
Now API url gets value from master host's ip address, but in some cases user might want to use some dns address.
**Describe the bug** When user has errors in .npmrc file, Lens cannot install any extensions **To Reproduce** 1. put: `cafile={Some Path to a folder here}` into `~/.npmrc` 2. install Lens...
Instead of Api object there are now Service and Route objects
Basically this breaks `save` method that uses `PUT` for creating or updating resources. See: https://github.com/Kong/kong/pull/3416
This PR will allow user to use `Kong::Client` objects and operate against multiple Kong API servers. Examples: ``` client = Kong::Client.new(url) client.consumers.all client.apis.create({name: 'v1'}) client2 = Kong::Client.new(url) client2.consumers.all ``` The...