| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-25 | 1.7 Local Persistent Volume design doc | Michelle Au | |
| 2017-09-26 | Fix links after design proposal move | Nikhita Raghunath | |
| 2017-09-25 | Move Pod Troubleshooting proposal into node subdir | Lee Verberne | |
| 2017-09-25 | Switch Pod Troubleshooting API back to /exec | Lee Verberne | |
| This updates the Pod Troubleshooting Design Proposal for recent developments in the community and to reflect the consensus from the API review: using the existing /exec endpoint as a starting point for this feature. | |||
| 2017-09-25 | Add analysis of standalone pod alternative | Lee Verberne | |
| 2017-09-25 | Address feedback in pod troubleshooting proposal | Lee Verberne | |
| The biggest change is a reworking of the Kubernetes API changes after chatting with sig-api-machinery. The Debug Container is now created in a standalone API call and the client is responsible for attaching. | |||
| 2017-09-25 | Propose a feature to troubleshoot running pods | Lee Verberne | |
| This feature allows troubleshooting of running pods by running a new "Debug Container" in the pod namespaces. | |||
| 2017-09-22 | Merge pull request #1088 from zouyee/link-outdate | Kubernetes Submit Queue | |
| Automatic merge from submit-queue. . delete outdated link | |||
| 2017-09-22 | Merge pull request #1110 from xiangpengzhao/update-doc | Kubernetes Submit Queue | |
| Automatic merge from submit-queue. . Update merge requirements in doc fixes: https://github.com/kubernetes/community/pull/1016#issuecomment-330992673 /cc @spiffxp | |||
| 2017-09-22 | Update controller example code to Kubernetes 1.8 | Dr. Stefan Schimanski | |
| 2017-09-21 | Merge pull request #1112 from php-coder/rename_scc_to_psp | Kubernetes Submit Queue | |
| Automatic merge from submit-queue. . Rename security-context-constraints.md to pod-security-policy.md It's counter intuitive that proposal about PSP has name `security-context-constraints.md`. @pweil- Do you have objections against renaming a file? CC @simo5 | |||
| 2017-09-21 | Fix broken links. | Slava Semushin | |
| 2017-09-21 | Rename security-context-constraints.md to pod-security-policy.md | Slava Semushin | |
| Aso removes Google Analytics link. | |||
| 2017-09-21 | Merge pull request #1116 from php-coder/fix_broken_links | Brian Grant | |
| Fix broken links after moving proposals to subdirs | |||
| 2017-09-21 | Add section on Reverse DNS | John Belamaric | |
| 2017-09-21 | Merge pull request #1113 from php-coder/rename_runas_groupid | Kubernetes Submit Queue | |
| Automatic merge from submit-queue. . Move runas-groupid proposal to auth subdir Follow-up to #1010 CC @grodrigues3 @simo5 | |||
| 2017-09-21 | Merge pull request #1114 from php-coder/move_flex_psp_proposal | Kubernetes Submit Queue | |
| Automatic merge from submit-queue. . flex-volumes-drivers-psp.md: move from storage/ to auth/ Follow-up to #1010 CC @grodrigues3 @simo5 | |||
| 2017-09-21 | Fix broken links after moving proposals to subdirs. | Slava Semushin | |
| 2017-09-21 | fix typos | adolphlwq | |
| 2017-09-21 | flex-volumes-drivers-psp.md: move from storage/ to auth/ | Slava Semushin | |
| 2017-09-21 | Move runas-groupid proposal to auth subdir. | Slava Semushin | |
| 2017-09-21 | Merge pull request #1091 from u2takey/master | Peter (XiangPeng) Zhao | |
| fix stale link | |||
| 2017-09-21 | Highlight keywords and fix typo | Penghao Cen | |
| 2017-09-21 | Update merge requirements in doc | xiangpengzhao | |
| 2017-09-20 | Merge pull request #1108 from ScorpioCPH/minor-fix-format | Kubernetes Submit Queue | |
| Automatic merge from submit-queue. . Minor fix format @vishh @RenaudWasTaken PTAL :-) | |||
| 2017-09-21 | Minor fix format | Penghao Cen | |
| 2017-09-20 | Add more operational details | John Belamaric | |
| 2017-09-20 | Merge pull request #1106 from yuexiao-wang/fix-link | Kubernetes Submit Queue | |
| Automatic merge from submit-queue. . Clean up the bad link Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn> 1. Remove the title link 2. Modify the links which don't work | |||
| 2017-09-20 | Update active milestone issues process to reflect bot changes | Maru Newby | |
| 2017-09-20 | Merge pull request #1016 from xiangpengzhao/fix-doc | Kubernetes Submit Queue | |
| Automatic merge from submit-queue. . Update Development Automation and Pull Request Process fixes: #834 /cc @bgrant0607 @spiffxp | |||
| 2017-09-20 | Add some configuration details, note about wildcard queries | John Belamaric | |
| 2017-09-20 | fix bad link | timmysong | |
| 2017-09-20 | Clean up the bad link | yuexiao-wang | |
| Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn> | |||
| 2017-09-20 | fix broke link in csi-new-client-library-procedure.md | u2takey | |
| 2017-09-19 | Add coredns proposal for https://github.com/kubernetes/features/issues/427 | John Belamaric | |
| 2017-09-19 | keep consistent naming convention for sigdirs | Garrett Rodrigues | |
| 2017-09-19 | delete outdated link | zouyee | |
| 2017-09-18 | Merge pull request #1087 from zouyee/aggerated-api-servers | Kubernetes Submit Queue | |
| Automatic merge from submit-queue. . update aggregated-api-servers.md link update aggregated-api-servers.md link which has been moved to api-machinery | |||
| 2017-09-18 | Merge pull request #1086 from zouyee/resource | Kubernetes Submit Queue | |
| Automatic merge from submit-queue. . update API group link in resource-metrics-api.md | |||
| 2017-09-19 | update aggregated-api-servers.md link | zouyee | |
| 2017-09-19 | update API group link in resource-metrics-api.md | zouyee | |
| 2017-09-19 | fix version.md link | zouyee | |
| 2017-09-18 | Merge pull request #756 from krmayankk/runasg | Kubernetes Submit Queue | |
| Automatic merge from submit-queue Allow specifying the primary group id of the container Allows specifying the Primary Group ID of the container, in addition to Primary User Id when running in Docker similar to how docker supports this. | |||
| 2017-09-17 | Minor fix typo | Penghao Cen | |
| 2017-09-16 | Fix broken link for federation/federation proposal | Budh Ram Gurung | |
| 2017-09-14 | Fix architecture.md link | Brian Grant | |
| 2017-09-14 | Delete obsolete image | Brian Grant | |
| 2017-09-14 | Delete obsolete image | Brian Grant | |
| 2017-09-14 | Merge pull request #1010 from grodrigues3/org-design-propals | Brian Grant | |
| Organize Design Proposals Dir by SIG | |||
| 2017-09-14 | removing dupe hugepages and obsolete marking | Garrett Rodrigues | |
