Michael Weiner

Results 6 issues of Michael Weiner

I just wrote a Python script that could serve as a boilerplate for other people interested in getting a quick start with the BC3 API. https://gist.github.com/mike-weiner/0da5c20de450f73263122fdf1db61f26 In the documentation, I...

[Per the `ssh` docs](https://kamal-deploy.org/docs/configuration/ssh/), the `user` and `port` fields currently have to be specified in plain text, something like: ```yaml ssh: user: root port: "22" ``` I attempted to use...

Applying the following `GlobalNetworkPolicy` causes the `calico-node` pods to crash as they fail to update the `iptables` rules and the pods eventually hit a panic. Ultimately this results in the...

kind/support
kind/bug

**Please provide a description of this PR:** Resolves https://github.com/istio/istio.io/issues/16552. This PR adds anchor link tags to the tool that generates the environment variable tables for the documentation of each CLI....

kind/docs
size/S
release-notes-none

Closes https://github.com/basecamp/kamal/issues/1658. This PR attempts to further reduce downtime when something goes wrong and a rollback is required. `kamal rollback [VERSION]` still exists as-is. `kamal rollback` (no version specified) is...

## Feature Request #### Describe the problem you need a feature to resolve. I've been using `operator-sdk` recently to scaffold out a proof-of-concept operator. That iterative process has included _a...

language/go