Skip to content

AI: Kubeflow#30

Draft
tbazant wants to merge 20 commits intomainfrom
tbazant-kubeflow
Draft

AI: Kubeflow#30
tbazant wants to merge 20 commits intomainfrom
tbazant-kubeflow

Conversation

@tbazant
Copy link
Copy Markdown
Collaborator

@tbazant tbazant commented Mar 31, 2026

This update adds deployment of Kubeflow

@tbazant tbazant changed the title Tbazant kubeflow AI: Kubeflow Mar 31, 2026
@tbazant tbazant requested a review from dariavladykina April 1, 2026 16:07
Copy link
Copy Markdown
Contributor

@dariavladykina dariavladykina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, some minor suggestions for your consideration. Thanks!

Comment thread concepts/AI-intro-how-works.adoc Outdated
Comment thread references/kubeflow-configuration-scenarios.adoc Outdated
Comment thread references/kubeflow-configuration-scenarios.adoc Outdated
Comment thread references/kubeflow-configuration-scenarios.adoc Outdated
Comment thread references/kubeflow-limitations.adoc Outdated
Comment thread tasks/kubeflow-installing.adoc Outdated
Comment thread tasks/kubeflow-installing.adoc Outdated
Comment thread tasks/kubeflow-user-profiles.adoc Outdated
Comment thread tasks/kubeflow-user-profiles.adoc Outdated
Comment thread tasks/kubeflow-user-profiles.adoc Outdated
Comment thread tasks/kubeflow-installing.adoc
Comment thread tasks/kubeflow-installing.adoc
Comment thread tasks/kubeflow-installing.adoc
Comment thread tasks/kubeflow-installing.adoc Outdated
Comment thread tasks/kubeflow-installing.adoc
Comment thread references/kubeflow-troubleshooting.adoc
Comment thread references/kubeflow-troubleshooting.adoc Outdated
Comment thread references/kubeflow-troubleshooting.adoc
----
{prompt_user}kubectl logs -n istio-system -l app=istiod | grep "RBAC"
{prompt_user}kubectl get authorizationpolicy -A
---- No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to fix it?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a bit of a broad area to suggest a fix. The users should look at the logs, authorization policies that give an idea of what's going wrong to figure out fixes. I will leave it like this for now.

Comment thread references/kubeflow-upgrade-notes.adoc Outdated
Comment thread references/kubeflow-upgrade-notes.adoc
Comment on lines +48 to +56
{seaweedfs} IAM accumulates credentials across restarts (the `postStart` hook adds, never removes).
To clean stale entries after a rotation:
+
[source,bash,subs="+attributes"]
----
{prompt_user}kubectl exec -n kubeflow deploy/seaweedfs -- \
sh -c "printf 's3.configure -user <OLD_USER> -access_key <OLD_KEY> -delete -apply\n' \
| weed shell -master 127.0.0.1:9333"
----
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perhaps adding an init container that does it automatically?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if a init container would help here as we want the pod to be restarted. There might be other better ways of doing this and needs exploration.

@tbazant tbazant self-assigned this Apr 10, 2026
@tbazant tbazant marked this pull request as draft April 14, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants