Hyeonki Hong

Results 10 issues of Hyeonki Hong

I want to use both user & password and nkey. But the first one dose not work, the second one works. is this intended? ```yaml auth: enabled: true basic: users:...

@hhk7734 Very interesting to see v4 tiny on Edge TPU. I have two questions 1. What ops where not mapped to the TPU? 2. Did you quantize (post-training/training-aware) to INT8?...

:heart:
:question: Question

fix env name mismatch https://github.com/kubeflow/kubeflow/blob/d1c40f916225ecb40826400595ea99096a2adbb7/components/centraldashboard/app/k8s_service.ts#L4-L7 https://github.com/kubeflow/kubeflow/blob/d1c40f916225ecb40826400595ea99096a2adbb7/components/centraldashboard-angular/backend/app/k8s_service.ts#L4-L9

size/XS

Fixes #1546 Hi! Changed Helm templates for more flexiblity and added scripts to generate kustomize default files from charts. When I compared the operator-hub bundles before and after changes, I...

size/XXL

Add Odroid Series

When I ran kustomize, I got the below. ```yaml apiVersion: apps/v1 kind: Deployment metadata: name: tensorboards-web-app-deployment spec: template: spec: containers: - env: - name: APP_SECURE_COOKIES value: 'true ' ``` https://github.com/kubeflow/kubeflow/blob/194a725119e9bf8a16db37a1d23f0e941ab7f1e4/components/crud-web-apps/common/backend/kubeflow/kubeflow/crud_backend/settings.py#L3...

size/XS

allow multiple cluster admin ```shell /access-management -cluster-admin "," ```

size/S

#### What type of PR is this? /kind bug (?) #### What this PR does / why we need it: `kubectl config current-context` command retrieves the current-context from the first...

kind/bug
cncf-cla: yes
size/M
lifecycle/rotten
release-note-none

**What this PR does / why we need it**: This PR ensures that the SSH private key secret is mounted with the correct permissions (0600). When using `.spec.mlPolicy.mpi.sshAuthMountPath=/root/.ssh`, the following...

size/M
ok-to-test