Rophy Tsai
Rophy Tsai
As title, does hubot-slack supports [Slack Events API](https://api.slack.com/events-api) ? If not, is there a plan to support it? For node.js API support, we already have [slackapi/node-slack-events-api](https://github.com/slackapi/node-slack-events-api) so I'm hoping this...
Original syntax will result in: ```bash $ make image docker build -t cluster-capacity . Sending build context to Docker daemon 161.9MB Step 1/6 : FROM golang:latest ... Successfully built dae542bae31f...
**Summary** kubeapps should support an optional pre-deploy validation webhook, that DevOps (admin of kubeapps, charts, or kubernetes cluster) can be used to integration various workflows that suits their team. The...
**Describe the bug** Feature #5692 implemented support for multiple custom values. The feature made some assumptions on how the custom values should be presented and selected, which has some logic...
See #170 for the issue description. This PR leverages the fact that the plugin actually works for multiple kubernetes clusters if `kubernetes:config_file` is avaiable in node attribute. If `config_file` does...
Plugin Version: 2.0.13 Steps to reproduce: 1. Create two node sources with kubernetes plugin, specifying different kubernetes clusters, auth using Cluster URL and Token 2. Configure the project to use...
Hi, githubot supports GitHub Enterprise (through changing the base URL). But when I try to use it in my GHE, the server responses with a 302 redirects, which fails githubot...
It seems the envoy image is hard-coded in source code: https://github.com/kubernetes-sigs/cloud-provider-kind/blob/b6c63d059f6a9c7385cfea3ad3634c2faf345594/pkg/loadbalancer/proxy.go#L24 In air-gapped environments, we'll have private image repositories which will have different image name. Workaround: pull the private image...
## Env Info ```console default:~/containers/cloud-provider-kind$ kind version kind v0.14.0 go1.18.2 linux/amd64 default:~/containers/cloud-provider-kind$ docker version Client: Docker Engine - Community Version: 27.0.3 API version: 1.46 Go version: go1.21.11 Git commit: 7d4bcd8...
A simple login plugin that logins with username/password predefined in server env vars. This is useful for DB admins to provide a loginless adminer instance to users that can only...