{"id":15698656,"url":"https://github.com/gaocegege/kubeflow-weekly","last_synced_at":"2025-04-30T08:42:03.680Z","repository":{"id":80013904,"uuid":"127224653","full_name":"gaocegege/kubeflow-weekly","owner":"gaocegege","description":"Kubeflow weekly","archived":false,"fork":false,"pushed_at":"2018-04-09T10:42:04.000Z","size":2,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-05T15:54:45.547Z","etag":null,"topics":["kubeflow","weekly"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gaocegege.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-29T02:18:54.000Z","updated_at":"2021-11-02T13:07:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"2425e6b0-c215-4e22-9db2-11fb41c7bf08","html_url":"https://github.com/gaocegege/kubeflow-weekly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaocegege%2Fkubeflow-weekly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaocegege%2Fkubeflow-weekly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaocegege%2Fkubeflow-weekly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaocegege%2Fkubeflow-weekly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gaocegege","download_url":"https://codeload.github.com/gaocegege/kubeflow-weekly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246328146,"owners_count":20759713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kubeflow","weekly"],"created_at":"2024-10-03T19:31:52.110Z","updated_at":"2025-03-30T14:23:34.099Z","avatar_url":"https://github.com/gaocegege.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kubeflow Weekly\n\n## April 2, 2018 - April 8, 2018\n\nEdited by: [@gaocegege][]\n\n### Updates from Kubeflow\n\n- [sidecar for envoy pod to keep IAP up to date](https://github.com/kubeflow/kubeflow/pull/552)\n- :tada: [Add willb to approvers](https://github.com/kubeflow/kubeflow/pull/542)\n\n### Updates from tf-operator\n\n- [Enable teardown cluster in CI](https://github.com/kubeflow/tf-operator/pull/520)\n\n### Updates from Community\n\n- :tada: [Repository about hyperparameter tuning](https://github.com/kubeflow/hp-tuning)\n- :tada: [New demo: MNIST example using S3 for Training, Serving, and Tensorboard monitoring](https://github.com/kubeflow/examples/blob/master/mnist)\n\n## March 26, 2018 - April 1, 2018\n\nEdited by: [@gaocegege][]\n\n### Updates from Kubeflow\n\n- [Fixed a bug about tf-operator dashboard](https://github.com/kubeflow/kubeflow/pull/381)\n\u003e The frontend is now using hashRouter instead of browserRouter, meaning the location of the UI is determined only by the portion of the url after the # (similar to k8s dashboard).\n\u003e\n\u003e Request to the backend are also properly routed now.\nThe backend request are sent to the portion of the url until the first occurence of tfjobs + /api\ni.e:\nhttp://127.0.0.1:8001/api/v1/namespaces/kubeflow/services/ambassador:80/proxy/tfjobs/ui/#/new\nwill translate into: http://127.0.0.1:8001/api/v1/namespaces/kubeflow/services/ambassador:80/proxy/tfjobs/api\n\u003e\n\u003e This means this would break if we decide to route the dashboard with ambassador on /dashboard instead of /tfjob, so the route should be part of a dashboard config at some point.\n- [Update images for our 0.1 release](https://github.com/kubeflow/kubeflow/pull/508)\n- [Upgrade ks version to 0.9.2](https://github.com/kubeflow/kubeflow/pull/515)\n- [Add parameter to mount path for notebook PVC](https://github.com/kubeflow/kubeflow/pull/469)\n- [Add Central UI](https://github.com/kubeflow/kubeflow/pull/525)\n- [Add TfJob dashboard to ksonnet](https://github.com/kubeflow/kubeflow/pull/548)\n\n### Updates from tf-operator\n\n- [**v1alpha1: Fix e2e test failures**](https://github.com/kubeflow/tf-operator/pull/501)\n- [v1alpha1: Support testing on minikube](https://github.com/kubeflow/tf-operator/pull/485)\n- [v1alpha1: Add proxying to front-end development server](https://github.com/kubeflow/tf-operator/pull/442)\n- [v1alpha1: Add a hack to create example TFJob config](https://github.com/kubeflow/tf-operator/pull/509)\n- [**v1alpha1: Don't leave pods running when a job completes**](https://github.com/kubeflow/tf-operator/pull/512)\n- [**v1alpha2: Support condition in TFJobStatus and add corresponding test cases**](https://github.com/kubeflow/tf-operator/pull/504)\n- [v1alpha2: Check running status more gracefully](https://github.com/kubeflow/tf-operator/pull/507)\n- Add [@mitake][] as reviewer :tada:\n\n### Updates from Community\n\n- [A coming proposal for Kubeflow cli](https://github.com/kubeflow/kubeflow/issues/522)\n- [Demo show: Reinforcement Learning with tensorflow/agents](https://github.com/kubeflow/examples/tree/master/agents)\n- [Discussion about Kubeflow logo](https://github.com/kubeflow/kubeflow/issues/187)\n\n[@gaocegege]: https://github.com/gaocegege\n[@mitake]: https://github.com/mitake\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaocegege%2Fkubeflow-weekly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaocegege%2Fkubeflow-weekly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaocegege%2Fkubeflow-weekly/lists"}