Tim Bannister
Tim Bannister
Finding official, corporate logo images that work in dark mode for our main page is important too, In the Kubernetes Slack workspace @tamilselvan1102, you could ask for help about what...
@tamilselvan1102, this PR wouldn't be ready to merge as-is. The work needed is to: - ensure the case studies all have icons that work OK in a light background or...
> Only the below case studies items has been enabled in code itself. In these only [Booz Allen Hamilton] icon have the issue. can i work only on that icon....
@kubernetes/sig-node-pr-reviews does this look technically correct?
> The default is always dry run. You have to add --no-dry-run to disable. I know that, but to communicate this to someone reviewing my code, I need to use...
With other tools, I can write any of: ```shell foo --thing --other-thing=bananas --dry-run foo --thing --other-thing=bananas --dry-run=true # or like this foo --thing --other-thing=bananas --dry-run=false foo --thing --other-thing=bananas --no-dry-run ```...
You may not be able to use Killercoda to test this alpha feature @network-charles
I don't think https://kubernetes.io/docs/tasks/configure-pod-container/image-volumes/#before-you-begin is outright wrong. In a **separate** PR, we could clarify that the playgrounds (that are external) may not support all alpha / beta features. This PR...
_(writing as an approver for English)_ @nojnhuh you are welcome to keep this PR fixed on the one issue. We prefer to open separate issues when we spot unrelated concerns;...
Maybe we could add a hint like this to the page! Anyway, try: ```shell minikube start --feature-gates=ImageVolume=true ``` @network-charles this is the **wrong change** though so as things stand it...