R0CKSTAR

Results 86 comments of R0CKSTAR

@noamApps I don't know whether you have resolved this problem, but I built https://github.com/yeahdongcn/kustohelmize for the same reason.

@okyspace Could you please provide more details about your use case? For multi-tenant on K8s?

```yaml - name: "reboot into Windows" image: reboot:latest timeout: 90 volumes: - /worker:/worker ``` I encountered the same issue in rebooting into Windows, the action failed (STATE_FAILED). Is there any...

> ```yaml > - name: "reboot into Windows" > image: reboot:latest > timeout: 90 > volumes: > - /worker:/worker > ``` > > I encountered the same issue in rebooting...

preprocessing: string -> encoded input_ids bloom (fastertransformer): encoded input_ids -> encoded output_ids postprocessing: encoded output_ids -> string This could be fine if there is no need to run an end-to-end...

Maybe a cure for https://github.com/derailed/k9s/issues/1323?

Oh, I didn't realize there was a similar command already implemented. `dir` looks awesome! But this PR actually tries to fulfill another user scenario that one can use an online...

> @yeahdongcn Thank you for the clarification! Good point. Looks like we have some conflicts. Could you update? @derailed Done. Please see the latest commit. Thanks.

@derailed It's been quite some time... Could you get this merged?

Code rebased from upstream/main.