Kazuki Suda

Results 79 comments of Kazuki Suda

**Note:** this comment was imported, but it was originally made by [tw0517tw](https://github.com/tw0517tw)... https://github.com/microsoft/terminal maybe my color is from using new Windows Terminal

**Note:** this comment was imported, but it was originally made by [derekrprice](https://github.com/derekrprice)... @tw0517tw I chose to enable ANSI color for PowerShell in my registry, per [this SO answer](https://stackoverflow.com/a/51681675/1124672), which fixed...

**Note:** this comment was imported, but it was originally made by [chrisjohnson](https://github.com/chrisjohnson)... I assume this is for retrospective logs? As the natural order of operations for realtime monitoring tends to...

**Note:** this comment was imported, but it was originally made by [drnic](https://github.com/drnic)... Or pods who are running, or some init containers have completed. -- Dr Nic Williams Stark & Wayne...

@adrianchiris @martinkennelly @zshi-redhat Hi guys! I would appreciate if you could comment on https://github.com/k8snetworkplumbingwg/sriov-network-device-plugin/pull/267#issuecomment-1217524548 if possible😊

What kind of behavior do you expect? At this time, you can use the following steps to open the service URL: ```sh $ kubectl proxy --port=8001 $ curl $(kubectl open-svc...

If anyone wants to use arm64 images, you can use images I built below. - https://github.com/users/superbrothers/packages/container/package/prometheus-engine%2Fprometheus-linux-arm64 - https://github.com/users/superbrothers/packages/container/package/prometheus-engine%2Ffrontend-linux-arm64

I'm sorry for the late reply. > But implementing this straight forward requires us to change the configuration syntax, maybe adding `wait_until_ready_deployment: DEPLOYMENT_NAME`, deprecating and removing the existing `wait_until_ready_selector`. I'd...

I will consider to delete `wait_until_ready` param and bumps up the major version.

You can use the following way for creating namespace: ``` plan: - put: cluster params: kubectl: create namespace common ``` Therefore, do you have other usecases except creating namespace?