You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For installing/uninstalling raw apps, we are using kubectl apply and kubectl delete commands (https://github.com/kbrew-dev/kbrew/blob/main/pkg/apps/raw/raw.go#L95). Remove this dep of having kubectl binary available on host by using client-go sdk to perform those operations
The text was updated successfully, but these errors were encountered:
For installing/uninstalling raw apps, we are using
kubectl apply
andkubectl delete
commands (https://github.com/kbrew-dev/kbrew/blob/main/pkg/apps/raw/raw.go#L95). Remove this dep of havingkubectl
binary available on host by using client-go sdk to perform those operationsThe text was updated successfully, but these errors were encountered: