├── .generated_files ├── .github ├── ISSUE_TEMPLATE │ ├── comms-request.yaml │ ├── config.yml │ ├── election-request.yml │ ├── general-issue.yml │ ├── leadership-change.yml │ ├── moderator_application.yml │ ├── slack-request.yml │ └── survey-request.yml ├── OWNERS └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── CLA.md ├── CONTRIBUTING.md ├── LICENSE ├── Makefile ├── OWNERS ├── OWNERS_ALIASES ├── README.md ├── SECURITY.md ├── SECURITY_CONTACTS ├── SIG-diagram.png ├── SIG-diagram.svg ├── archive ├── README.md ├── incubator.md ├── sig-cluster-ops │ ├── OWNERS │ └── README.md ├── sig-configuration │ └── README.md ├── sig-on-premise │ └── README.md ├── sig-pm │ ├── OWNERS │ └── README.md ├── sig-rktnetes │ ├── OWNERS │ └── README.md ├── sig-service-catalog │ ├── OWNERS │ ├── README.md │ ├── annual-report-2021.md │ └── charter.md ├── sig-usability │ ├── OWNERS │ ├── README.md │ ├── annual-report-2020.md │ ├── annual-report-2022.md │ └── charter.md ├── ug-big-data │ ├── OWNERS │ ├── README.md │ └── resources.md ├── ug-vmware-users │ └── README.md ├── wg-api-expression │ ├── OWNERS │ ├── README.md │ ├── annual-report-2020.md │ ├── annual-report-2021.md │ ├── annual-report-2022.md │ └── annual-report-2023.md ├── wg-app-def │ ├── OWNERS │ └── README.md ├── wg-apply │ ├── OWNERS │ └── README.md ├── wg-component-standard │ ├── README.md │ └── component-config │ │ └── README.md ├── wg-container-identity │ ├── OWNERS │ └── README.md ├── wg-iot-edge │ ├── OWNERS │ ├── README.md │ ├── annual-report-2022.md │ ├── annual-report-2023.md │ └── whitepapers │ │ └── edge-security-challenges │ │ └── README.md ├── wg-kubeadm-adoption │ ├── OWNERS │ └── README.md ├── wg-lts │ ├── README.md │ └── charter.md ├── wg-machine-learning │ └── README.md ├── wg-multitenancy │ ├── OWNERS │ ├── README.md │ ├── annual-report-2020.md │ └── annual-report-2022.md ├── wg-naming │ ├── OWNERS │ ├── README.md │ └── governance.md ├── wg-reliability │ ├── README.md │ ├── annual-report-2022.md │ └── charter.md ├── wg-resource-management │ ├── OWNERS │ └── README.md └── wg-security-audit │ ├── OWNERS │ ├── README.md │ └── letter-to-steering.md ├── code-of-conduct.md ├── committee-code-of-conduct ├── OWNERS ├── README.md ├── bootstrapping-process.md ├── charter.md ├── election.md ├── governance │ └── onboarding-offboarding.md ├── incident-process.md └── transparency-reports │ ├── 2021-h1.md │ ├── 2022-h1.md │ └── h1-2021.md ├── committee-security-response ├── OWNERS └── README.md ├── committee-steering ├── OWNERS ├── README.md ├── governance │ ├── FAQ.md │ ├── README.md │ ├── annual-reports.md │ ├── project-naming.md │ ├── sig-charter-template.md │ ├── sig-governance-requirements.md │ ├── sig-governance.md │ └── wg-governance.md └── meeting-notes-archive │ ├── 2017-meeting-notes.md │ ├── 2018-meeting-notes.md │ ├── 2019-meeting-notes.md │ ├── 2020-meeting-notes.md │ ├── 2021-meeting-notes.md │ ├── 2022-meeting-notes.md │ └── README.md ├── communication ├── OWNERS ├── README.md ├── best-practices.md ├── calendar-guidelines.md ├── contributor-comms │ ├── CHARTER.md │ ├── OWNERS │ ├── README.md │ ├── automation │ │ ├── announcement-bot-images │ │ │ ├── add-bot-to-channel │ │ │ │ ├── step-1.png │ │ │ │ ├── step-2.png │ │ │ │ ├── step-3.png │ │ │ │ └── step-4.png │ │ │ └── make-announcement │ │ │ │ ├── step-1.png │ │ │ │ ├── step-2.png │ │ │ │ ├── step-3.png │ │ │ │ ├── step-4.png │ │ │ │ └── step-5.png │ │ └── announcement-guidelines.md │ ├── blogging-resources │ │ ├── README.md │ │ ├── blog-guidelines.md │ │ ├── blogging-shadow-guide.md │ │ ├── event-checklist.md │ │ ├── example-interview-qs-sig-windows.md │ │ ├── example-topics.md │ │ ├── multichannel-communications.md │ │ ├── sig-spotlight-blog-process.md │ │ ├── sig-spotlights.md │ │ └── social-guidelines.md │ ├── role-handbooks │ │ ├── Comms-Tech-Lead.md │ │ ├── Social-Media.md │ │ ├── Subproject-Lead.md │ │ └── blog-coordinator.md │ └── team-resources.md ├── discuss-guidelines.md ├── kubernetesio-x-guidelines.md ├── mailing-list-guidelines.md ├── meeting-notes-archive │ ├── 201801-201807_Community_Meeting_Minutes.md │ ├── 201808-201902_Community_Meeting_Minutes.md │ ├── 201902-201911_Community_Meeting_Notes.md │ └── 201911-202010_Community_Meeting_Notes.md ├── moderation.md ├── moderators.md ├── requesting-survey.md ├── sensitive-comms-guidelines.md ├── slack-config │ ├── OWNERS │ ├── README.md │ ├── channels.yaml │ ├── restrictions.yaml │ ├── sig-architecture │ │ ├── OWNERS │ │ ├── config.yaml │ │ └── usergroups.yaml │ ├── sig-cloud-provider │ │ ├── OWNERS │ │ └── config.yaml │ ├── sig-docs │ │ ├── OWNERS │ │ └── docs-channels.yaml │ ├── sig-network │ │ ├── OWNERS │ │ └── config.yaml │ ├── sig-node │ │ ├── OWNERS │ │ ├── config.yaml │ │ └── usergroups.yaml │ ├── sig-release │ │ ├── OWNERS │ │ ├── config.yaml │ │ └── usergroups.yaml │ ├── sig-security │ │ ├── OWNERS │ │ └── config.yaml │ ├── sig-storage │ │ ├── OWNERS │ │ └── config.yaml │ ├── sig-testing │ │ ├── OWNERS │ │ └── config.yaml │ ├── template.yaml │ ├── usergroups.yaml │ └── users.yaml ├── slack-guidelines.md ├── website-guidelines.md ├── youtube │ ├── OWNERS │ ├── README.md │ ├── obs │ │ ├── streaming-key.md │ │ ├── wizard-screenshots │ │ │ ├── obs-1.png │ │ │ ├── obs-2.png │ │ │ ├── obs-3.png │ │ │ ├── obs-4.png │ │ │ ├── obs-5.png │ │ │ └── obs-6.png │ │ └── youtube-stream-dashboard.png │ ├── streaming-config.md │ └── youtube-guidelines.md └── zoom-guidelines.md ├── community-membership.md ├── contributors ├── OWNERS ├── chairs-and-techleads │ ├── BOM_board.png │ ├── GitHub_project_board_auto.png │ ├── Prioritization_framework.png │ ├── README.md │ ├── Rel_Eng_snapshot.png │ ├── SIG_Node_PR_triage.png │ ├── Storage_tracking_sheet.png │ ├── leadership-changes.md │ ├── meeting-host.md │ ├── process-workflow-guide.md │ ├── technical-lead.md │ └── triage_party_skaffold.png ├── design-proposals │ └── README.md ├── devel │ ├── OWNERS │ ├── README.md │ ├── automation.md │ ├── development.md │ ├── running-locally.md │ ├── sig-api-machinery │ │ ├── OWNERS │ │ ├── controllers.md │ │ ├── generating-clientset.md │ │ └── strategic-merge-patch.md │ ├── sig-architecture │ │ ├── OWNERS │ │ ├── api-conventions.md │ │ ├── api_changes.md │ │ ├── component-config-conventions.md │ │ ├── conformance-tests.md │ │ ├── feature-gates.md │ │ ├── godep.md │ │ ├── object-lifecycle.md │ │ ├── staging.md │ │ └── vendor.md │ ├── sig-cli │ │ └── kubectl-conventions.md │ ├── sig-instrumentation │ │ ├── OWNERS │ │ ├── event-style-guide.md │ │ ├── logging.md │ │ ├── metric-instrumentation.md │ │ ├── metric-stability.md │ │ ├── migration-to-structured-logging.md │ │ └── trace-instrumentation.md │ ├── sig-node │ │ ├── OWNERS │ │ ├── cherry-picks.md │ │ ├── container-runtime-interface.md │ │ ├── cri-container-stats.md │ │ ├── cri-testing-policy.md │ │ ├── cri-validation.md │ │ ├── e2e-node-tests.md │ │ ├── images │ │ │ ├── ginkgo-flow.png │ │ │ └── ginkgo-start.png │ │ ├── kubelet-cri-networking.md │ │ ├── node-performance-testing.md │ │ ├── test-suite.md │ │ ├── triage.md │ │ └── updating-pause-images.md │ ├── sig-release │ │ ├── OWNERS │ │ ├── cherry-picks.md │ │ ├── flake-finders │ │ │ ├── README.md │ │ │ └── episodes │ │ │ │ └── 000 │ │ │ │ └── README.md │ │ ├── getting-builds.md │ │ ├── kubernetes-versions.md │ │ ├── release-cycle.jpg │ │ ├── release-lifecycle.jpg │ │ └── release.md │ ├── sig-scalability │ │ ├── OWNERS │ │ ├── hollow-node_simplified_template.yaml │ │ ├── kubemark-guide.md │ │ ├── kubemark-setup-guide.md │ │ └── profiling.md │ ├── sig-scheduling │ │ ├── OWNERS │ │ ├── default_scheduler_architecture.png │ │ ├── scheduler_benchmarking.md │ │ ├── scheduler_framework_plugins.md │ │ ├── scheduler_queues.md │ │ ├── scheduling_code_hierarchy_overview.md │ │ └── scheduling_queues.png │ ├── sig-storage │ │ ├── OWNERS │ │ └── flexvolume.md │ └── sig-testing │ │ ├── OWNERS │ │ ├── e2e-tests-kubetest2.md │ │ ├── e2e-tests.md │ │ ├── flaky-tests.md │ │ ├── gubernator-images │ │ ├── filterpage.png │ │ ├── filterpage1.png │ │ ├── filterpage2.png │ │ ├── filterpage3.png │ │ ├── skipping1.png │ │ ├── skipping2.png │ │ └── testfailures.png │ │ ├── gubernator.md │ │ ├── integration-tests.md │ │ ├── monitoring.md │ │ ├── sig_testing_kubecon_na_2022_pyramid.png │ │ ├── testgrid-images │ │ ├── failed-tests.png │ │ ├── spyglass-result.png │ │ ├── spyglass-summary.png │ │ ├── test-grid-job.svg │ │ ├── testgrid-job-grid-annotated.png │ │ ├── testgrid-jobs.png │ │ ├── testgrid-summary-failing-job.png │ │ ├── testgrid-summary-flaking-job.png │ │ ├── testgrid-summary-passing-job.png │ │ └── triage.png │ │ ├── testing-strategy.md │ │ ├── testing.md │ │ ├── verify-tests.md │ │ ├── writing-good-conformance-tests.md │ │ └── writing-good-e2e-tests.md └── guide │ ├── OWNERS │ ├── README.md │ ├── coding-conventions.md │ ├── contributing.md │ ├── contributor-cheatsheet │ ├── README-de.md │ ├── README-es.md │ ├── README-fr.md │ ├── README-hi.md │ ├── README-id.md │ ├── README-it.md │ ├── README-ja.md │ ├── README-ko.md │ ├── README-pt.md │ ├── README-uk.md │ ├── README-zh.md │ └── README.md │ ├── expectations.md │ ├── first-contribution.md │ ├── git_workflow.png │ ├── github-workflow.md │ ├── help-wanted.md │ ├── issue-triage.md │ ├── non-code-contributions.md │ ├── owners.md │ ├── platforms.md │ ├── pull-requests.md │ ├── release-notes.md │ ├── review-guidelines.md │ ├── scalability-good-practices.md │ └── style-guide.md ├── elections ├── OWNERS ├── README.md ├── code-of-conduct │ ├── 2023 │ │ ├── README.md │ │ ├── ballots.csv │ │ ├── candidate-anammedina21.md │ │ ├── candidate-jameslaverack.md │ │ ├── candidate-jeremyrickard.md │ │ ├── candidate-kalyan678.md │ │ ├── candidate-pacoxu.md │ │ ├── candidate-reylejano.md │ │ ├── candidate-rphitg00.md │ │ ├── candidate-sayanchowdhury.md │ │ ├── candidate-stmcginnis.md │ │ ├── election.yaml │ │ ├── election_desc.md │ │ ├── results.md │ │ └── voters.yaml │ ├── 2025 │ │ ├── README.md │ │ ├── ballots.csv │ │ ├── candidate-divya-mohan0209.md │ │ ├── candidate-endocrimes.md │ │ ├── candidate-sreeram-venkitesh.md │ │ ├── candidate-stmcginnis.md │ │ ├── candidate-swatisehgal.md │ │ ├── election.yaml │ │ ├── election_desc.md │ │ ├── results.md │ │ └── voters.yaml │ └── OWNERS ├── steering │ ├── 2017 │ │ ├── BALLOTS.csv │ │ ├── README.md │ │ ├── RESULTS.md │ │ ├── aaroncrickenberger_bio.md │ │ ├── aaronschlesinger_bio.md │ │ ├── adnanabdulhussein_bio.md │ │ ├── alexpollitt_bio.md │ │ ├── calebamiles_bio.md │ │ ├── derekcarr_bio.md │ │ ├── dougdavis_bio.md │ │ ├── errordeveloper_bio.md │ │ ├── idvoretskyi_bio.md │ │ ├── jaicesingerdumars_bio.md │ │ ├── kris-nova_bio.md │ │ ├── mattfarina_bio.md │ │ ├── michaelrubin_bio.md │ │ ├── michellenoorali_bio.md │ │ ├── pwittrock_bio.md │ │ ├── quintonhoole_bio.md │ │ ├── rhirschfeld_bio.md │ │ ├── sebastiengoasguen_bio.md │ │ ├── timothysc_bio.md │ │ └── vote_for_justinsb.md │ ├── 2018 │ │ ├── BALLOTS.csv │ │ ├── OWNERS │ │ ├── README.md │ │ ├── RESULTS.md │ │ ├── aaroncrickenberger.md │ │ ├── davanumsrinivas.md │ │ ├── krisnova.md │ │ ├── nikhitaraghunath.md │ │ ├── quintonhoole.md │ │ ├── stephenaugustus.md │ │ ├── timothysc.md │ │ ├── timpepper.md │ │ └── voters.md │ ├── 2019 │ │ ├── BALLOTS.csv │ │ ├── OWNERS │ │ ├── README.md │ │ ├── RESULTS.md │ │ ├── brendanburns.md │ │ ├── christophblecker.md │ │ ├── derekcarr.md │ │ ├── klausma.md │ │ ├── krisnova.md │ │ ├── lachlanevenson.md │ │ ├── nikhitaraghunath.md │ │ ├── parispittman.md │ │ ├── pengfeini.md │ │ ├── stephenaugustus.md │ │ ├── vallerylancey.md │ │ └── voters.md │ ├── 2020 │ │ ├── BALLOTS.csv │ │ ├── OWNERS │ │ ├── README.md │ │ ├── RESULTS.md │ │ ├── biotemplate.md │ │ ├── bobkillen.md │ │ ├── carlos-panato.md │ │ ├── davanumsrinivas.md │ │ ├── divya-mohan.md │ │ ├── fedebongio.md │ │ ├── iancoldwater.md │ │ ├── jordanliggitt.md │ │ ├── lachlanevenson.md │ │ ├── mayankkumar.md │ │ ├── stephenaugustus.md │ │ ├── templates │ │ │ └── election-templates.md │ │ └── voters.md │ ├── 2021 │ │ ├── OWNERS │ │ ├── README.md │ │ ├── ballots.csv │ │ ├── candidate-IanColdwater.md │ │ ├── candidate-aojea.md │ │ ├── candidate-cblecker.md │ │ ├── candidate-deads2k.md │ │ ├── candidate-jeremyrickard.md │ │ ├── candidate-justaugustus.md │ │ ├── candidate-lachie83.md │ │ ├── candidate-palnabarun.md │ │ ├── candidate-parispittman.md │ │ ├── candidate-saiyam1814.md │ │ ├── candidate-tashimi.md │ │ ├── candidate-tpepper.md │ │ ├── candidate-vincepri.md │ │ ├── election.yaml │ │ ├── election_desc.md │ │ ├── nomination-template.md │ │ ├── ranking.md │ │ ├── results.md │ │ ├── templates │ │ │ └── election-templates.md │ │ └── voters.yaml │ ├── 2022 │ │ ├── OWNERS │ │ ├── README.md │ │ ├── ballots.csv │ │ ├── candidate-bentheelder.md │ │ ├── candidate-cici37.md │ │ ├── candidate-cpanato.md │ │ ├── candidate-deads2k.md │ │ ├── candidate-lavalamp.md │ │ ├── candidate-mrbobbytables.md │ │ ├── candidate-palnabarun.md │ │ ├── candidate-qedrakmar.md │ │ ├── election.yaml │ │ ├── election_desc.md │ │ ├── nomination-template.md │ │ ├── results.md │ │ ├── templates │ │ │ └── election-templates.md │ │ └── voters.yaml │ ├── 2023 │ │ ├── OWNERS │ │ ├── README.md │ │ ├── ballots.csv │ │ ├── candidate-ameukam.md │ │ ├── candidate-detiber.md │ │ ├── candidate-divya-mohan0209.md │ │ ├── candidate-justaugustus.md │ │ ├── candidate-natalisucks.md │ │ ├── candidate-pacoxu.md │ │ ├── candidate-pohly.md │ │ ├── candidate-qedrakmar.md │ │ ├── candidate-soltysh.md │ │ ├── candidate-vincepri.md │ │ ├── candidate-xmudrii.md │ │ ├── election.yaml │ │ ├── election_desc.md │ │ ├── nomination-template.md │ │ ├── results.md │ │ └── voters.yaml │ ├── 2024 │ │ ├── OWNERS │ │ ├── README.md │ │ ├── ballots.csv │ │ ├── candidate-aojea.md │ │ ├── candidate-bentheelder.md │ │ ├── candidate-katcosgrove.md │ │ ├── candidate-natalisucks.md │ │ ├── candidate-palnabarun.md │ │ ├── candidate-saschagrunert.md │ │ ├── candidate-xmudrii.md │ │ ├── election.yaml │ │ ├── election_desc.md │ │ ├── nomination-template.md │ │ ├── results.md │ │ └── voters.yaml │ ├── 2023-GB │ │ ├── OWNERS │ │ ├── ballots.csv │ │ ├── candidate-cblecker.md │ │ ├── candidate-justaugustus.md │ │ ├── election.yaml │ │ ├── election_desc.md │ │ ├── results.md │ │ └── voters.yaml │ ├── 2025-GB │ │ ├── OWNERS │ │ ├── ballots.csv │ │ ├── candidate-cblecker.md │ │ ├── candidate-cpanato.md │ │ ├── candidate-dims.md │ │ ├── candidate-nikhita.md │ │ ├── election.yaml │ │ ├── election_desc.md │ │ ├── results.md │ │ └── voters.yaml │ ├── OWNERS │ ├── README.md │ └── documentation │ │ ├── README.md │ │ ├── messaging │ │ └── election-templates.md │ │ └── template │ │ ├── README.md │ │ ├── election-template.yaml │ │ ├── election_desc.md │ │ ├── nomination-template.md │ │ └── voters.yaml └── teams │ └── README.md ├── events ├── 2014 │ └── contributor-conference │ │ └── README.md ├── 2016 │ ├── Kubernetes_1st_Bday.md │ ├── developer-summit-2016 │ │ ├── KubDevSummitVoting.md │ │ ├── Kubernetes_Dev_Summit.md │ │ ├── application_service_definition_notes.md │ │ ├── cluster_federation_notes.md │ │ ├── cluster_lifecycle_notes.md │ │ ├── k8sDevSummitSchedule.pdf │ │ └── statefulset_notes.md │ └── fixit201606.md ├── 2017 │ ├── 05-leadership-summit │ │ ├── announcement.md │ │ └── session-notes │ │ │ ├── 0300-0345_CODEORGANIZATION.md │ │ │ ├── 0905-0930_STATE_OF_THE_KUBE.md │ │ │ ├── 0940-1000_PROJECT_GOALS_ROADMAP.md │ │ │ ├── 1015-1115_UPDATES_GOVERNANCE_AND_CNCF.md │ │ │ ├── 1145_1245_ARCHITECTURAL_ROADMAP.md │ │ │ ├── 1345-1430_SIGGOVERNANCE.md │ │ │ ├── 1500-1545_COMMUNITY_LADDER.md │ │ │ ├── 1600-1740_PRESENTATIONS_FROM_BREAKOUTS_AND_CALL_TO_ACTIONS.md │ │ │ └── readme.md │ └── 12-contributor-summit │ │ ├── ContribSummitInformation.md │ │ ├── Meeting Room 4ABC - 1st set, Tues fishbowl.PNG │ │ ├── Meeting Room 6A and 6B - 1st Set, Tues fishbowl.PNG │ │ ├── breaking-up-the-monolith.md │ │ ├── cloud-native-design-refactoring-across-k8s.md │ │ ├── cloud-provider.md │ │ ├── container-identity.md │ │ ├── current-state-of-client-libraries.md │ │ ├── dashboard-ux-breakout.md │ │ ├── enabling-kubernetes-ecosystem.md │ │ ├── extending-kubernetes.md │ │ ├── feature-roadmap-2018.jpg │ │ ├── feature-roadmap-2018.md │ │ ├── feature-workflow.md │ │ ├── kubernetes-client-libraries-open-space.md │ │ ├── onboarding-new-developers-through-better-docs.md │ │ ├── role-of-sig-lead.md │ │ ├── scaling-new-contributors.md │ │ ├── scaling-up-and-scaling-down-and-addon-management.md │ │ ├── schedule.png │ │ ├── should-k8s-use-feature-branches.md │ │ ├── steering-committee-update.md │ │ └── whats-up-with-sig-cluster-lifecycle.md ├── 2018 │ ├── 05-contributor-summit │ │ ├── README.md │ │ ├── RETRO.md │ │ ├── clientgo-notes.md │ │ ├── crds-notes.md │ │ ├── devtools-notes.md │ │ ├── networking-notes.md │ │ ├── new-contributor-notes.md │ │ ├── new-contributor-workshop.md │ │ └── steering-update.md │ └── 12-contributor-summit │ │ ├── README.md │ │ └── RETRO.md ├── 2019 │ ├── 05-contributor-summit │ │ ├── README.md │ │ ├── RETRO.md │ │ ├── communications.md │ │ └── sig-f2f-guidelines.md │ ├── 06-contributor-summit │ │ ├── README.md │ │ └── RETRO.md │ └── 11-contributor-summit │ │ ├── README.md │ │ ├── RETRO.md │ │ ├── session-notes │ │ ├── LTS-notes.md │ │ └── end-user-panel.md │ │ └── unconference-notes │ │ ├── Deploying_and_Scaling_Across_Multiple_Clusters-Vallery_Lancey.md │ │ ├── cert-manager-james-munnelly.md │ │ ├── kind-ben-the-elder.md │ │ ├── pair-programming-in-kubernetes-hippy-hacker.md │ │ ├── tech-debt-Mayank.md │ │ └── unconference-notes-template.md ├── 2020 │ ├── 03-contributor-summit │ │ ├── OWNERS │ │ └── README.md │ ├── 07-contributor-summit │ │ ├── OWNERS │ │ └── README.md │ └── 11-contributor-summit │ │ ├── OWNERS │ │ └── README.md ├── 2024 │ └── 03-contributor-summit │ │ └── README.md ├── OWNERS ├── art-assets │ ├── README.md │ ├── award-designs │ │ ├── 2022-detroit-k8s-contributor-awards-LowRes.png │ │ └── ChopPizzaCarryBoxes_Box_Award_LowRes.png │ └── event-logos │ │ ├── 10YearAnniversaryBack_LowRes.png │ │ ├── 10YearAnniversary_LowRes.png │ │ ├── 2016_NA_Seattle_Pixelated_LowRes.png │ │ ├── 2017_EU_Berlin_splatter_LowRes.png │ │ ├── 2017_LeadershipSummit_Brushstrokes_LowRes.png │ │ ├── 2017_NA_Austin_LineArt_LowRes.png │ │ ├── 2018_NA_Seattle_Halftone_LowRes.png │ │ ├── 2018_Shanghai_Dragon_LowRes.png │ │ ├── 2019_EU_Barcelona_Miro_LowRes.png │ │ ├── 2019_NA_SanDiego_ArtDeco_LowRes.png │ │ ├── 2019_Shanghai_PearlTower_LowRes.png │ │ ├── 2021_Unused_LosAngeles_HollywoodHills_LowRes.png │ │ ├── 2023_EU_Amsterdam_StarryNight_LowRes.png │ │ └── 2024_EU_Paris_Cityscape_LowRes.png ├── awards │ ├── README.md │ ├── award-recipients │ │ ├── 2019-award-recipients.md │ │ ├── 2020-award-recipients.md │ │ └── 2021-award-recipients.md │ └── playbook.md ├── community-meeting.md └── events-team │ ├── README.md │ ├── best-practices.md │ ├── comms │ └── README.md │ ├── content │ ├── README.md │ ├── awards-ceremony.md │ ├── content-coordinator.md │ ├── contributor-workshops.md │ ├── meet-and-greet.md │ ├── session-manager.md │ ├── sig-f2f.md │ ├── social-content.md │ └── unconference.md │ ├── diversity.md │ ├── events-lead.md │ ├── feedback.md │ ├── operations │ ├── README.md │ ├── mainroom-room-proctor.md │ ├── presentation-session-room-proctor.md │ ├── sig-meeting-room-proctor.md │ ├── unconference-room-proctor.md │ └── volunteers.md │ ├── projectmanagement │ └── README.md │ └── registration │ └── README.md ├── generator ├── .gitattributes ├── .gitignore ├── OWNERS ├── README.md ├── aliases.tmpl ├── annual-report │ ├── github_issue.tmpl │ ├── sig_report.tmpl │ └── wg_report.tmpl ├── app.go ├── app_test.go ├── committee_readme.tmpl ├── header.tmpl ├── liaisons.tmpl ├── list.tmpl ├── sig_readme.tmpl ├── testdata │ ├── custom_content.md │ ├── example.md │ ├── example.tmpl │ ├── no_custom_content.md │ └── sigs.yaml └── wg_readme.tmpl ├── github-management ├── OWNERS ├── README.md ├── default-branch-migration.md ├── kubernetes-repositories.md ├── new-membership-procedure.md ├── opening-a-request.md ├── org-owners-guide.md ├── permissions.md ├── setting-up-cla-check.md ├── subproject-responsibilities.md └── subproject-site-requests.md ├── go.mod ├── go.sum ├── governance.md ├── hack ├── .spelling_failures ├── OWNERS ├── generate-devstats-repo-sql.py ├── tools.go ├── verify-generated-docs.sh ├── verify-spelling.sh ├── verify-steering-election.sh └── verify.sh ├── icons ├── README.md ├── docs │ └── k8s-exposed-pod.png ├── examples │ └── schemas │ │ └── std-app.png ├── png │ ├── control_plane_components │ │ └── labeled │ │ │ ├── api-.png │ │ │ ├── api-128.png │ │ │ ├── api-256.png │ │ │ ├── c-c-m-.png │ │ │ ├── c-c-m-128.png │ │ │ ├── c-c-m-256.png │ │ │ ├── c-m-.png │ │ │ ├── c-m-128.png │ │ │ ├── c-m-256.png │ │ │ ├── k-proxy-.png │ │ │ ├── k-proxy-128.png │ │ │ ├── k-proxy-256.png │ │ │ ├── kubelet-.png │ │ │ ├── kubelet-128.png │ │ │ ├── kubelet-256.png │ │ │ ├── sched-.png │ │ │ ├── sched-128.png │ │ │ └── sched-256.png │ ├── infrastructure_components │ │ ├── labeled │ │ │ ├── control-plane-128.png │ │ │ ├── control-plane-256.png │ │ │ ├── etcd-.png │ │ │ ├── etcd-128.png │ │ │ ├── etcd-256.png │ │ │ ├── master-.png │ │ │ ├── master-128.png │ │ │ ├── master-256.png │ │ │ ├── node-.png │ │ │ ├── node-128.png │ │ │ └── node-256.png │ │ └── unlabeled │ │ │ ├── control-plane-128.png │ │ │ ├── control-plane-256.png │ │ │ ├── etcd-.png │ │ │ ├── etcd-128.png │ │ │ ├── etcd-256.png │ │ │ ├── master-128.png │ │ │ ├── master-256.png │ │ │ ├── node-128.png │ │ │ └── node-256.png │ └── resources │ │ ├── labeled │ │ ├── c-role-128.png │ │ ├── c-role-256.png │ │ ├── cm-128.png │ │ ├── cm-256.png │ │ ├── crb-128.png │ │ ├── crb-256.png │ │ ├── crd-128.png │ │ ├── crd-256.png │ │ ├── cronjob-128.png │ │ ├── cronjob-256.png │ │ ├── deploy-128.png │ │ ├── deploy-256.png │ │ ├── ds-128.png │ │ ├── ds-256.png │ │ ├── ep-128.png │ │ ├── ep-256.png │ │ ├── group-128.png │ │ ├── group-256.png │ │ ├── hpa-128.png │ │ ├── hpa-256.png │ │ ├── ing-128.png │ │ ├── ing-256.png │ │ ├── job-128.png │ │ ├── job-256.png │ │ ├── limits-128.png │ │ ├── limits-256.png │ │ ├── netpol-128.png │ │ ├── netpol-256.png │ │ ├── ns-128.png │ │ ├── ns-256.png │ │ ├── pod-128.png │ │ ├── pod-256.png │ │ ├── psp-128.png │ │ ├── psp-256.png │ │ ├── pv-128.png │ │ ├── pv-256.png │ │ ├── pvc-128.png │ │ ├── pvc-256.png │ │ ├── quota-128.png │ │ ├── quota-256.png │ │ ├── rb-128.png │ │ ├── rb-256.png │ │ ├── role-128.png │ │ ├── role-256.png │ │ ├── rs-128.png │ │ ├── rs-256.png │ │ ├── sa-128.png │ │ ├── sa-256.png │ │ ├── sc-128.png │ │ ├── sc-256.png │ │ ├── secret-128.png │ │ ├── secret-256.png │ │ ├── sts-128.png │ │ ├── sts-256.png │ │ ├── svc-128.png │ │ ├── svc-256.png │ │ ├── user-128.png │ │ ├── user-256.png │ │ ├── vol-128.png │ │ └── vol-256.png │ │ └── unlabeled │ │ ├── c-role-128.png │ │ ├── c-role-256.png │ │ ├── cm-128.png │ │ ├── cm-256.png │ │ ├── crb-128.png │ │ ├── crb-256.png │ │ ├── crd-128.png │ │ ├── crd-256.png │ │ ├── cronjob-128.png │ │ ├── cronjob-256.png │ │ ├── deploy-128.png │ │ ├── deploy-256.png │ │ ├── ds-128.png │ │ ├── ds-256.png │ │ ├── ep-128.png │ │ ├── ep-256.png │ │ ├── group-128.png │ │ ├── group-256.png │ │ ├── hpa-128.png │ │ ├── hpa-256.png │ │ ├── ing-128.png │ │ ├── ing-256.png │ │ ├── job-128.png │ │ ├── job-256.png │ │ ├── limits-128.png │ │ ├── limits-256.png │ │ ├── netpol-128.png │ │ ├── netpol-256.png │ │ ├── ns-128.png │ │ ├── ns-256.png │ │ ├── pod-128.png │ │ ├── pod-256.png │ │ ├── psp-128.png │ │ ├── psp-256.png │ │ ├── pv-128.png │ │ ├── pv-256.png │ │ ├── pvc-128.png │ │ ├── pvc-256.png │ │ ├── quota-128.png │ │ ├── quota-256.png │ │ ├── rb-128.png │ │ ├── rb-256.png │ │ ├── role-128.png │ │ ├── role-256.png │ │ ├── rs-128.png │ │ ├── rs-256.png │ │ ├── sa-128.png │ │ ├── sa-256.png │ │ ├── sc-128.png │ │ ├── sc-256.png │ │ ├── secret-128.png │ │ ├── secret-256.png │ │ ├── sts-128.png │ │ ├── sts-256.png │ │ ├── svc-128.png │ │ ├── svc-256.png │ │ ├── user-128.png │ │ ├── user-256.png │ │ ├── vol-128.png │ │ └── vol-256.png ├── svg │ ├── control_plane_components │ │ └── labeled │ │ │ ├── api.svg │ │ │ ├── c-c-m.svg │ │ │ ├── c-m.svg │ │ │ ├── k-proxy.svg │ │ │ ├── kubelet.svg │ │ │ └── sched.svg │ ├── infrastructure_components │ │ ├── labeled │ │ │ ├── control-plane.svg │ │ │ ├── etcd.svg │ │ │ └── node.svg │ │ └── unlabeled │ │ │ ├── control-plane.svg │ │ │ ├── etcd.svg │ │ │ └── node.svg │ └── resources │ │ ├── labeled │ │ ├── c-role.svg │ │ ├── cm.svg │ │ ├── crb.svg │ │ ├── crd.svg │ │ ├── cronjob.svg │ │ ├── deploy.svg │ │ ├── ds.svg │ │ ├── ep.svg │ │ ├── group.svg │ │ ├── hpa.svg │ │ ├── ing.svg │ │ ├── job.svg │ │ ├── limits.svg │ │ ├── netpol.svg │ │ ├── ns.svg │ │ ├── pod.svg │ │ ├── psp.svg │ │ ├── pv.svg │ │ ├── pvc.svg │ │ ├── quota.svg │ │ ├── rb.svg │ │ ├── role.svg │ │ ├── rs.svg │ │ ├── sa.svg │ │ ├── sc.svg │ │ ├── secret.svg │ │ ├── sts.svg │ │ ├── svc.svg │ │ ├── user.svg │ │ └── vol.svg │ │ └── unlabeled │ │ ├── c-role.svg │ │ ├── cm.svg │ │ ├── crb.svg │ │ ├── crd.svg │ │ ├── cronjob.svg │ │ ├── deploy.svg │ │ ├── ds.svg │ │ ├── ep.svg │ │ ├── group.svg │ │ ├── hpa.svg │ │ ├── ing.svg │ │ ├── job.svg │ │ ├── limits.svg │ │ ├── netpol.svg │ │ ├── ns.svg │ │ ├── pod.svg │ │ ├── psp.svg │ │ ├── pv.svg │ │ ├── pvc.svg │ │ ├── quota.svg │ │ ├── rb.svg │ │ ├── role.svg │ │ ├── rs.svg │ │ ├── sa.svg │ │ ├── sc.svg │ │ ├── secret.svg │ │ ├── sts.svg │ │ ├── svc.svg │ │ ├── user.svg │ │ └── vol.svg ├── tools │ ├── Dockerfile │ ├── build-visio-stencil-creator.sh │ ├── rasterize.sh │ ├── update-everything.sh │ └── update-visio.sh └── visio │ └── kubernetes-visio-stencil.vssx ├── kubernetes_governance_diagram.png ├── liaisons.md ├── mentoring ├── OWNERS ├── README.md ├── mentoring-logos │ ├── do-not-use.ai │ ├── do-not-use.png │ ├── do-not-use.svg │ ├── mentoring-logo.ai │ ├── mentoring-logo.png │ └── mentoring-logo.svg ├── new-contributor-orientation │ ├── README.md │ ├── nco-host-handbook.md │ ├── nco-lead-handbook.md │ ├── nco-slides │ │ ├── TEMPLATE [MONTH] New Contributor Orientation.pdf │ │ ├── [April 2025] New Contributor Orientation.pdf │ │ └── [September] New Contributor Orientation.pdf │ └── new-contributor-resources.md ├── processes │ ├── README.md │ ├── group-mentoring.md │ ├── hosting-moc.md │ └── mentor-guide.md └── programs │ ├── README.md │ ├── contributor-workshop │ ├── OWNERS │ ├── README.md │ ├── guides │ │ ├── README.md │ │ ├── obssettings.png │ │ ├── presenterexitfullscreen.png │ │ ├── presenterfullscreen.png │ │ ├── presenterview.png │ │ ├── presenterviewandslides.png │ │ ├── presenterwindowed.png │ │ ├── slidesnotabs.png │ │ ├── slideswithtabs.png │ │ ├── updating-segment.md │ │ ├── videoguide.md │ │ └── videouploadguide.md │ ├── live-workshop │ │ ├── README.md │ │ ├── build-and-test.md │ │ ├── community-groups.md │ │ ├── contributor-paths.md │ │ ├── first-issue-help.md │ │ ├── how-we-communicate.md │ │ ├── labels-and-bots.md │ │ ├── live-pr-demo.md │ │ ├── new-contributor-workshop-lead.md │ │ ├── playground-exercise.md │ │ ├── repo-tour.md │ │ └── workspace-setup.md │ └── templates │ │ └── segment-template.md │ ├── google-season-of-docs.md │ ├── google-summer-of-code.md │ ├── group-mentee-guide.md │ ├── group-mentoring.md │ ├── leads-curriculum.md │ ├── lfx-mentorship.md │ ├── meet-our-contributors.md │ ├── mentoring-events.md │ ├── mentoring-lead.md │ ├── office-hours.md │ ├── outreachy.md │ ├── shadow-roles.md │ └── the1-on-1hour.md ├── sig-api-machinery ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── api-extensions-position-statement.md └── charter.md ├── sig-apps ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── agenda.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── charter.md └── minutes │ ├── 2016-05-18.md │ ├── 2016-05-25.md │ ├── 2016-06-08.md │ ├── 2016-06-15.md │ ├── 2016-06-22.md │ ├── 2016-06-29.md │ ├── 2016-07-06.md │ ├── 2016-07-13.md │ ├── 2016-07-20.md │ ├── 2016-07-27.md │ ├── 2016-08-03.md │ ├── OWNERS │ └── README.md ├── sig-architecture ├── CONTRIBUTING.md ├── Kubernetes_PRR_Survey_2020Q1.pdf ├── Kubernetes_PRR_Survey_2021Q2.pdf ├── Kubernetes_PRR_Survey_2022Q2.pdf ├── Kubernetes_PRR_Survey_2023Q2.pdf ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── api-review-process.md ├── backlog.md ├── charter.md ├── generics.md ├── naming │ ├── language-evaluation-framework.md │ ├── recommendations │ │ ├── 000-template.md │ │ ├── 001-master-control-plane.md │ │ └── 002-blacklist-whitelist-allowlist-denylist.md │ └── workflow.md └── production-readiness.md ├── sig-auth ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── archive │ ├── meeting-notes-2016.md │ ├── meeting-notes-2017.md │ ├── meeting-notes-2018.md │ ├── meeting-notes-2019.md │ └── meeting-notes-2020.md └── charter.md ├── sig-autoscaling ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md └── charter.md ├── sig-cli ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── charter.md └── migrated-from-wiki │ ├── README.md │ ├── contributor-guide-building-your-kubernetes-tool.md │ └── roadmap-kubectl.md ├── sig-cloud-provider ├── CHARTER.md ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md └── cloud-provider-extraction-migration │ └── OWNERS ├── sig-cluster-lifecycle ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── charter.md ├── grooming.md ├── migrated-from-wiki │ ├── README.md │ └── roadmap-cluster-deployment.md └── postmortems │ └── kubeadm-1.6.md ├── sig-contributor-experience ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── charter.md ├── community-maintenance.md ├── devstats │ ├── OWNERS │ └── README.md ├── meeting-notes-archive │ ├── 2018-meeting-notes.md │ ├── 2019-meeting-notes.md │ ├── 2020-meeting-notes.md │ ├── 2021-meeting-notes.md │ ├── 2022-meeting-notes.md │ └── README.md ├── role-handbooks │ ├── apac-coordinator.md │ └── new-contributor-ambassador.md ├── surveys │ ├── 2018 │ │ ├── contribex-survey-2018.csv │ │ └── contribex-survey-2018.md │ ├── 2019 │ │ ├── README.md │ │ ├── analysis.ipynb │ │ ├── contribex-survey-2019.csv │ │ ├── contribex-survey-2019.md │ │ └── images │ │ │ ├── README_113_0.png │ │ │ ├── README_115_0.png │ │ │ ├── README_117_0.png │ │ │ ├── README_119_0.png │ │ │ ├── README_123_0.png │ │ │ ├── README_127_0.png │ │ │ ├── README_131_0.png │ │ │ ├── README_133_0.png │ │ │ ├── README_135_0.png │ │ │ ├── README_137_0.png │ │ │ ├── README_139_0.png │ │ │ ├── README_141_0.png │ │ │ ├── README_143_0.png │ │ │ ├── README_146_0.png │ │ │ ├── README_148_0.png │ │ │ ├── README_166_0.png │ │ │ ├── README_50_0.png │ │ │ ├── README_52_0.png │ │ │ ├── README_54_0.png │ │ │ ├── README_59_0.png │ │ │ ├── README_62_0.png │ │ │ ├── README_66_0.png │ │ │ ├── README_70_0.png │ │ │ ├── README_72_0.png │ │ │ ├── README_75_0.png │ │ │ ├── README_77_0.png │ │ │ ├── README_79_0.png │ │ │ ├── README_82_0.png │ │ │ ├── README_84_0.png │ │ │ ├── README_86_0.png │ │ │ ├── README_88_0.png │ │ │ ├── README_90_0.png │ │ │ ├── README_92_0.png │ │ │ ├── blockers.png │ │ │ ├── channel-freq-contribladderint.png │ │ │ ├── channel-freq-contriblength.png │ │ │ ├── channel-freq-contriblvl.png │ │ │ ├── channel-frequency.png │ │ │ ├── commmtg-contriblength.png │ │ │ ├── contriblength-contriblvl-linechart.png │ │ │ ├── contriblength.png │ │ │ ├── contriblvlint.png │ │ │ ├── contribnews-contriblvl.png │ │ │ ├── contribnxtlvl.png │ │ │ ├── contribregions.png │ │ │ ├── emplsupport.png │ │ │ ├── gsocoutreachyint-compmentorsupport.png │ │ │ ├── infrastatements.png │ │ │ ├── mailinglistfreq-contriblength.png │ │ │ ├── mailinglistfreq-contriblvl.png │ │ │ ├── mostimpproj-contriblength.png │ │ │ ├── mostimpproj-contriblvl.png │ │ │ ├── mostimpproj-contriblvlint.png │ │ │ ├── nosummit-contriblength.png │ │ │ ├── nosummit-contriblvl.png │ │ │ ├── nosummit-empsupport.png │ │ │ ├── nosummit.png │ │ │ ├── otherossproj.png │ │ │ ├── respbyday-contriblength-noofrepos.png │ │ │ ├── respbyday-intnxtlvl-noofrepos.png │ │ │ ├── respbyday-levelofcontrib-noofrepos.png │ │ │ ├── respbyday.png │ │ │ ├── testfailures-twitter.png │ │ │ ├── youtube-contriblvlint.png │ │ │ └── youtubefreq-contriblength.png │ ├── README.md │ ├── k8s_survey_analysis │ │ ├── __init__.py │ │ ├── plot_utils.py │ │ ├── prepare_2018.py │ │ └── prepare_2019.py │ └── multi_year_comparisons │ │ ├── README.md │ │ └── multi_year_2019.ipynb └── triage-team │ └── triage.md ├── sig-docs ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-activities.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── blog-subproject │ ├── README.md │ └── role-handbooks │ │ ├── blog-community-manager.md │ │ ├── copy-editor.md │ │ ├── editorial-lead.md │ │ └── technical-editor.md ├── charter.md ├── devstats │ └── devstats-quarter-2021.png ├── localization-subproject │ └── README.md ├── meeting-notes-archive │ ├── 2016_Weekly_Meeting_Minutes.md │ ├── 2017_Weekly_Meeting_Minutes.md │ ├── 2018_Weekly_Meeting_Minutes.md │ ├── 2019_Weekly_Meeting_Minutes.md │ ├── 2020_Weekly_Meeting_Minutes.md │ ├── 2021_Weekly_Meeting_Minutes.md │ └── README.md ├── migrated-from-wiki │ ├── README.md │ └── roadmap-docs.md ├── netlify-access.md ├── offboarding.md ├── planning │ └── 2019-Q2-03-28.md └── survey │ ├── 2019SIGDocsSurveyRaw.ods │ ├── 2019SIGDocsSurveyResultsCharts.pdf │ └── 2019SeptSurvey.md ├── sig-etcd ├── OWNERS ├── README.md ├── annual-report-2023.md ├── annual-report-2024.md ├── charter.md └── vision.md ├── sig-instrumentation ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── archive │ ├── 2022-kubelet-tracing.png │ ├── meeting-notes-2016.md │ ├── meeting-notes-2017.md │ ├── meeting-notes-2018.md │ ├── meeting-notes-2019.md │ ├── meeting-notes-2020.md │ ├── meeting-notes-2021.md │ └── meeting-notes-2022.md └── charter.md ├── sig-k8s-infra ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md └── charter.md ├── sig-list.md ├── sig-multicluster ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── charter.md └── namespace-sameness-position-statement.md ├── sig-network ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── charter.md └── role-sig-chair.md ├── sig-node ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── archive │ ├── README.md │ ├── ci-subgroup-notes-2020.md │ ├── ci-subgroup-notes-2021.md │ ├── ci-subgroup-notes-2022.md │ ├── ci-subgroup-notes-2023.md │ ├── ci-subgroup-notes-2024.md │ ├── ci-subgroup-notes-2025.md │ ├── meeting-notes-2015.md │ ├── meeting-notes-2016.md │ ├── meeting-notes-2017.md │ ├── meeting-notes-2018.md │ ├── meeting-notes-2019.md │ ├── meeting-notes-2020.md │ ├── meeting-notes-2021.md │ ├── meeting-notes-2022.md │ ├── meeting-notes-2023.md │ ├── meeting-notes-2024.md │ └── meeting-notes-2025.md ├── charter.md ├── sig-node-ci-testing-group-charter.md └── sig-node-contributor-ladder.md ├── sig-release ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── charter.md └── meeting-notes-archive │ ├── 2017.md │ ├── 2018.md │ ├── 2019.md │ ├── 2020.md │ ├── 2021.md │ ├── 2022.md │ └── 2023.md ├── sig-scalability ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── block_merges.md ├── blogs │ ├── OWNERS │ └── k8s-services-scalability-issues.md ├── charter.md ├── configs-and-limits │ ├── OWNERS │ ├── faq.md │ ├── provider-configs.md │ ├── scalability-envelope.png │ └── thresholds.md ├── goals.md ├── governance │ ├── OWNERS │ └── scalability-regressions-case-studies.md ├── processes │ ├── OWNERS │ ├── formal-scalability-processes.md │ └── scalability-validation.md └── slos │ ├── OWNERS │ ├── api_call_latency.md │ ├── api_extensions_latency.md │ ├── dns_latency.md │ ├── dns_programming_latency.md │ ├── first_packet_latency.md │ ├── network_latency.md │ ├── network_programming_latency.md │ ├── pod_startup_latency.md │ ├── slos.md │ ├── throughput.md │ └── watch_latency.md ├── sig-scheduling ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md └── charter.md ├── sig-security ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md └── charter.md ├── sig-storage ├── 1.3-retrospective │ ├── 2016-03-28_Storage-SIG-F2F_Notes.pdf │ ├── OWNERS │ └── README.md ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── archive │ ├── README.md │ ├── meeting-notes-2016.md │ ├── meeting-notes-2017.md │ ├── meeting-notes-2018.md │ └── meeting-notes-2019.md ├── charter.md └── volume-plugin-faq.md ├── sig-testing ├── OWNERS ├── README.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md └── charter.md ├── sig-ui ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md └── charter.md ├── sig-wg-lifecycle.md ├── sig-windows ├── CONTRIBUTING.md ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md └── charter.md ├── sigs.yaml ├── values.md ├── wg-batch ├── README.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md └── charter.md ├── wg-data-protection ├── OWNERS ├── README.md ├── annual-report-2020.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md ├── charter.md ├── data-protection-workflows-white-paper.md └── figures │ ├── Backup_workflow.png │ ├── Backup_workflow_with_differential_snapshots.png │ └── Restore_workflow.png ├── wg-device-management ├── README.md ├── annual-report-2024.md └── charter.md ├── wg-etcd-operator ├── README.md ├── annual-report-2024.md └── charter.md ├── wg-lts ├── README.md ├── annual-report-2023.md ├── annual-report-2024.md └── charter.md ├── wg-policy ├── OWNERS ├── README.md ├── annual-report-2022.md ├── annual-report-2023.md └── annual-report-2024.md ├── wg-serving ├── OWNERS ├── README.md ├── annual-report-2024.md └── charter.md └── wg-structured-logging ├── README.md ├── annual-report-2021.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md └── charter.md /.generated_files: -------------------------------------------------------------------------------- 1 | # Files that should be ignored by tools which do not want to consider generated 2 | # code. 3 | # 4 | # https://git.k8s.io/contrib/mungegithub/mungers/size.go 5 | # 6 | # This file is a series of lines, each of the form: 7 | # 8 | # 9 | # Type can be: 10 | # path - an exact path to a single file 11 | # file-name - an exact leaf filename, regardless of path 12 | # path-prefix - a prefix match on the file path 13 | # file-prefix - a prefix match of the leaf filename (no path) 14 | # paths-from-repo - read a file from the repo and load file paths 15 | # 16 | # For the community repo, there are no autogenerated files that should be skipped by tools and automation. 17 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | contact_links: 2 | - name: Support Request 3 | url: https://discuss.kubernetes.io 4 | about: Support request or question relating to Kubernetes 5 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/general-issue.yml: -------------------------------------------------------------------------------- 1 | name: General Issue 2 | description: Open a general issue in the kubernetes/community repo 3 | body: 4 | - id: problem 5 | type: textarea 6 | attributes: 7 | label: Describe the issue 8 | placeholder: A clear and concise description of what you need assistance with. 9 | validations: 10 | required: true 11 | -------------------------------------------------------------------------------- /.github/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | labels: 4 | - sig/contributor-experience 5 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 8 | 9 | **Which issue(s) this PR fixes**: 10 | 15 | Fixes # 16 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # this file contains information that we don't want to further surface for 2 | # scraping but do generate locally 3 | maintainers.txt 4 | 5 | # OSX leaves these everywhere on SMB shares 6 | ._* 7 | 8 | # OSX trash 9 | .DS_Store 10 | 11 | # Eclipse files 12 | .classpath 13 | .project 14 | .settings/** 15 | 16 | # Files generated by JetBrains IDEs, e.g. IntelliJ IDEA 17 | .idea/ 18 | *.iml 19 | 20 | # Vscode files 21 | .vscode 22 | 23 | # Emacs save files 24 | *~ 25 | \#*\# 26 | .\#* 27 | 28 | # Vim-related files 29 | [._]*.s[a-w][a-z] 30 | [._]s[a-w][a-z] 31 | *.un~ 32 | Session.vim 33 | .netrwhist 34 | 35 | # JUnit test output from ginkgo e2e tests 36 | /junit*.xml 37 | 38 | # Mercurial files 39 | **/.hg 40 | **/.hg* 41 | 42 | # direnv .envrc files 43 | .envrc 44 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | IMAGE_NAME=golang:1.18 2 | CONTAINER_ENGINE?=$(shell command -v docker 2>/dev/null || command -v podman 2>/dev/null) 3 | 4 | default: \ 5 | generate \ 6 | 7 | reset-docs: 8 | git checkout HEAD -- ./sig-list.md ./sig-*/README.md ./wg-*/README.md 9 | 10 | generate: 11 | go run ./generator/app.go 12 | 13 | generate-containerized: 14 | $(CONTAINER_ENGINE) run --rm -e WHAT -v $(shell pwd):/go/src/app $(IMAGE_NAME) make -C /go/src/app generate 15 | 16 | verify: 17 | @hack/verify.sh 18 | 19 | verify-containerized: 20 | $(CONTAINER_ENGINE) run --rm -v $(shell pwd):/go/src/app $(IMAGE_NAME) make -C /go/src/app verify 21 | 22 | test: 23 | go test -v ./generator/... 24 | 25 | test-containerized: 26 | $(CONTAINER_ENGINE) run --rm -v $(shell pwd):/go/src/app $(IMAGE_NAME) make -C /go/src/app test 27 | 28 | .PHONY: default reset-docs generate generate-containerized verify verify-containerized test test-containerized 29 | -------------------------------------------------------------------------------- /OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | filters: 4 | ".*": 5 | approvers: 6 | - cblecker 7 | - mrbobbytables 8 | - nikhita 9 | - jberkus 10 | - sig-contributor-experience-leads 11 | - committee-steering 12 | emeritus_approvers: 13 | - idvoretskyi 14 | - parispittman 15 | - jdumars 16 | - alisondy 17 | - castrojo 18 | - calebamiles 19 | - grodrigues3 20 | - spiffxp 21 | # ensure PRs for annual reports are generated 22 | "annual-report-.*\\.md$": 23 | labels: 24 | - area/annual-reports 25 | # label charter changes for review by steering 26 | "charter.md": 27 | labels: 28 | - committee/steering 29 | -------------------------------------------------------------------------------- /SECURITY_CONTACTS: -------------------------------------------------------------------------------- 1 | # Defined below are the security contacts for this repo. 2 | # 3 | # They are the contact point for the Product Security Committee to reach out 4 | # to for triaging and handling of incoming issues. 5 | # 6 | # The below names agree to abide by the 7 | # [Embargo Policy](https://git.k8s.io/security/private-distributors-list.md#embargo-policy) 8 | # and will be removed and replaced if they violate that agreement. 9 | # 10 | # DO NOT REPORT SECURITY VULNERABILITIES DIRECTLY TO THESE NAMES, FOLLOW THE 11 | # INSTRUCTIONS AT https://kubernetes.io/security/ 12 | 13 | cblecker 14 | -------------------------------------------------------------------------------- /SIG-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/SIG-diagram.png -------------------------------------------------------------------------------- /archive/README.md: -------------------------------------------------------------------------------- 1 | # Archive 2 | 3 | The archive contains SIG information for those no longer active. 4 | -------------------------------------------------------------------------------- /archive/sig-cluster-ops/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-cluster-ops-leads 5 | approvers: 6 | - sig-cluster-ops-leads 7 | labels: 8 | - sig/cluster-ops 9 | -------------------------------------------------------------------------------- /archive/sig-configuration/README.md: -------------------------------------------------------------------------------- 1 | This group is for discussion about application configuration and deployment in Kubernetes. We use the label `area/app-config-deployment` to tag related issues and pull requests on Github. 2 | 3 | For Kubernetes cluster configuration and deployment, see [SIG-Cluster-Ops](SIG-Cluster-Ops). 4 | 5 | [Google group](https://groups.google.com/forum/#!forum/kubernetes-sig-config) 6 | 7 | [Slack](https://kubernetes.slack.com/messages/sig-configuration/) 8 | 9 | For access to the meeting agenda and notes, please join the Google group. 10 | * [Meeting Agenda and Notes](https://docs.google.com/document/d/1FZ_jiOdBZ_bfPD5Y3QMcfs2SCx956QLc9_E0QdR_l20/edit) 11 | 12 | -------------------------------------------------------------------------------- /archive/sig-pm/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-pm-leads 5 | approvers: 6 | - sig-pm-leads 7 | labels: 8 | - sig/pm 9 | -------------------------------------------------------------------------------- /archive/sig-rktnetes/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - calebamiles 5 | approvers: 6 | - calebamiles 7 | -------------------------------------------------------------------------------- /archive/sig-rktnetes/README.md: -------------------------------------------------------------------------------- 1 | # The Mission 2 | `sig-rktnetes` is focused on topics related to the integration between Kubernetes and the rkt container runtime, more succinctly referred to as "rktnetes". 3 | 4 | This includes: 5 | - Kubernetes and rkt integration 6 | - Performance and scalability 7 | - Images, package management 8 | - Rktnetes deployments 9 | - Issues related to monitoring (cAdvsor, Heapster, etc.) 10 | 11 | The main objective of this SIG is to establish rkt as the go-to/default runtime choice for a Kubernetes cluster. 12 | 13 | # Resources 14 | 15 | [Meeting Notes](https://docs.google.com/document/d/1otDQ2LSubtBUaDfdM8ZcSdWkqRHup4Hqt1VX1jSxh6A/edit?usp=sharing) 16 | 17 | [Zoom Meeting](https://zoom.us/j/830298957) 18 | 19 | [Google Group](https://groups.google.com/forum/#!forum/kubernetes-sig-rktnetes) 20 | 21 | Mailing List: kubernetes-sig-rktnetes@googlegroups.com 22 | -------------------------------------------------------------------------------- /archive/sig-service-catalog/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-service-catalog-leads 5 | approvers: 6 | - sig-service-catalog-leads 7 | labels: 8 | - sig/service-catalog 9 | -------------------------------------------------------------------------------- /archive/sig-usability/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-usability-leads 5 | approvers: 6 | - sig-usability-leads 7 | labels: 8 | - sig/usability 9 | -------------------------------------------------------------------------------- /archive/ug-big-data/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - ug-big-data-leads 5 | approvers: 6 | - ug-big-data-leads 7 | labels: 8 | - ug/big-data 9 | -------------------------------------------------------------------------------- /archive/wg-api-expression/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-api-expression-leads 5 | approvers: 6 | - wg-api-expression-leads 7 | labels: 8 | - wg/api-expression 9 | -------------------------------------------------------------------------------- /archive/wg-app-def/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-app-def-leads 5 | approvers: 6 | - wg-app-def-leads 7 | labels: 8 | - wg/app-def 9 | -------------------------------------------------------------------------------- /archive/wg-apply/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-apply-leads 5 | approvers: 6 | - wg-apply-leads 7 | labels: 8 | - wg/apply 9 | -------------------------------------------------------------------------------- /archive/wg-container-identity/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-container-identity-leads 5 | approvers: 6 | - wg-container-identity-leads 7 | labels: 8 | - wg/container-identity 9 | -------------------------------------------------------------------------------- /archive/wg-iot-edge/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-iot-edge-leads 5 | approvers: 6 | - wg-iot-edge-leads 7 | labels: 8 | - wg/iot-edge 9 | -------------------------------------------------------------------------------- /archive/wg-kubeadm-adoption/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-kubeadm-adoption-leads 5 | approvers: 6 | - wg-kubeadm-adoption-leads 7 | labels: 8 | - wg/kubeadm-adoption 9 | -------------------------------------------------------------------------------- /archive/wg-multitenancy/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-multitenancy-leads 5 | approvers: 6 | - wg-multitenancy-leads 7 | labels: 8 | - wg/multitenancy 9 | -------------------------------------------------------------------------------- /archive/wg-naming/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-naming-leads 5 | approvers: 6 | - wg-naming-leads 7 | labels: 8 | - wg/naming 9 | -------------------------------------------------------------------------------- /archive/wg-resource-management/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-resource-management-leads 5 | approvers: 6 | - wg-resource-management-leads 7 | labels: 8 | - wg/resource-management 9 | -------------------------------------------------------------------------------- /archive/wg-security-audit/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-security-audit-leads 5 | approvers: 6 | - wg-security-audit-leads 7 | labels: 8 | - wg/security-audit 9 | -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- 1 | # Kubernetes Community Code of Conduct 2 | 3 | Kubernetes follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). 4 | 5 | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting 6 | the [Kubernetes Code of Conduct Committee](./committee-code-of-conduct) via . 7 | -------------------------------------------------------------------------------- /committee-code-of-conduct/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - committee-code-of-conduct 5 | approvers: 6 | - committee-code-of-conduct 7 | labels: 8 | - committee/conduct 9 | -------------------------------------------------------------------------------- /committee-code-of-conduct/transparency-reports/h1-2021.md: -------------------------------------------------------------------------------- 1 | This file has moved to https://git.k8s.io/community/committee-code-of-conduct/transparency-reports/2021-h1.md. 2 | -------------------------------------------------------------------------------- /committee-security-response/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - committee-security-response 5 | approvers: 6 | - committee-security-response 7 | labels: 8 | - committee-security-response 9 | -------------------------------------------------------------------------------- /committee-steering/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | # only steering may approve this 4 | options: 5 | no_parent_owners: true 6 | 7 | reviewers: 8 | - committee-steering 9 | approvers: 10 | - committee-steering 11 | labels: 12 | - committee/steering 13 | -------------------------------------------------------------------------------- /committee-steering/meeting-notes-archive/README.md: -------------------------------------------------------------------------------- 1 | # Archiving meeting notes 2 | 3 | At the beginning of each year, archive the old Google docs into this repo to improve the performance of the current doc. 4 | 5 | ### Convert meeting notes into markdown: 6 | 7 | 1. Make sure you have a document (new or exisiting) with exactly the content you wish to store. 8 | 2. Install [Docs2Markdown](https://github.com/evbacher/gd2md-html/wiki#using-docs-to-markdown) 9 | 3. Open up Google Doc > Add-ons > Docs2Markdown > Convert [Markdown] (taking the unselected defaults) 10 | 4. Select the output and paste into a document 11 | 5. Clean up any reported errors (usually from embedded images) 12 | 6. Add the new document to this repository 13 | -------------------------------------------------------------------------------- /communication/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - idvoretskyi 5 | - jeefy 6 | - mrbobbytables 7 | - markyjackson-taulia 8 | approvers: 9 | - mrbobbytables 10 | - sig-contributor-experience-leads 11 | emeritus_approvers: 12 | - jdumars 13 | - castrojo 14 | - parispittman 15 | labels: 16 | - sig/contributor-experience 17 | - area/community-management 18 | -------------------------------------------------------------------------------- /communication/contributor-comms/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - chris-short 5 | - fsmunoz 6 | - kaslin 7 | - mfahlandt 8 | approvers: 9 | - chris-short 10 | - fsmunoz 11 | - kaslin 12 | - mfahlandt 13 | emeritus_approvers: 14 | - Atharva-Shinde 15 | - AvineshTripathi 16 | - imnmo 17 | - Pensu 18 | - mbbroberg 19 | - parispittman 20 | - rajula96reddy 21 | - SD-13 22 | labels: 23 | - sig/contributor-experience 24 | - area/contributor-comms 25 | -------------------------------------------------------------------------------- /communication/contributor-comms/automation/announcement-bot-images/add-bot-to-channel/step-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/contributor-comms/automation/announcement-bot-images/add-bot-to-channel/step-1.png -------------------------------------------------------------------------------- /communication/contributor-comms/automation/announcement-bot-images/add-bot-to-channel/step-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/contributor-comms/automation/announcement-bot-images/add-bot-to-channel/step-2.png -------------------------------------------------------------------------------- /communication/contributor-comms/automation/announcement-bot-images/add-bot-to-channel/step-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/contributor-comms/automation/announcement-bot-images/add-bot-to-channel/step-3.png -------------------------------------------------------------------------------- /communication/contributor-comms/automation/announcement-bot-images/add-bot-to-channel/step-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/contributor-comms/automation/announcement-bot-images/add-bot-to-channel/step-4.png -------------------------------------------------------------------------------- /communication/contributor-comms/automation/announcement-bot-images/make-announcement/step-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/contributor-comms/automation/announcement-bot-images/make-announcement/step-1.png -------------------------------------------------------------------------------- /communication/contributor-comms/automation/announcement-bot-images/make-announcement/step-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/contributor-comms/automation/announcement-bot-images/make-announcement/step-2.png -------------------------------------------------------------------------------- /communication/contributor-comms/automation/announcement-bot-images/make-announcement/step-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/contributor-comms/automation/announcement-bot-images/make-announcement/step-3.png -------------------------------------------------------------------------------- /communication/contributor-comms/automation/announcement-bot-images/make-announcement/step-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/contributor-comms/automation/announcement-bot-images/make-announcement/step-4.png -------------------------------------------------------------------------------- /communication/contributor-comms/automation/announcement-bot-images/make-announcement/step-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/contributor-comms/automation/announcement-bot-images/make-announcement/step-5.png -------------------------------------------------------------------------------- /communication/contributor-comms/blogging-resources/event-checklist.md: -------------------------------------------------------------------------------- 1 | TODO - this document is intended to outline all Contributor Communications team activities to support a major event, like KubeCon. Please add to the list as we learn. See the [contributor-comms README](../README.md) for info on the team. 2 | 3 | # Pre-Event (KubeCon) Checklist 4 | 5 | * Email to k-dev about maintainer sessions, meet the maintainer, peer group mentoring, etc. (Example: https://groups.google.com/g/kubernetes-dev/c/FDwGepXJK5s/m/kOwtU7X2BwAJ) 6 | * Tweets about maintainer sessions throughout the week 7 | * 8 | -------------------------------------------------------------------------------- /communication/slack-config/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | # These are the primary slack moderators. 4 | approvers: 5 | - jeefy 6 | - mrbobbytables 7 | - alejandrox1 8 | - coderanger 9 | - munnerz 10 | - DylanGraham 11 | - jberkus 12 | emeritus_approvers: 13 | - parispitmann 14 | - idvoretskyi 15 | - katharine 16 | - castrojo 17 | - jdumars 18 | - idealhack 19 | labels: 20 | - area/slack-management 21 | -------------------------------------------------------------------------------- /communication/slack-config/sig-architecture/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-architecture-leads 5 | approvers: 6 | - sig-architecture-leads 7 | labels: 8 | - sig/architecture 9 | -------------------------------------------------------------------------------- /communication/slack-config/sig-architecture/config.yaml: -------------------------------------------------------------------------------- 1 | channels: 2 | - name: sig-architecture 3 | - name: enhancements 4 | id: C1L57L91V 5 | - name: k8s-code-organization 6 | - name: k8s-conformance 7 | - name: prod-readiness 8 | -------------------------------------------------------------------------------- /communication/slack-config/sig-architecture/usergroups.yaml: -------------------------------------------------------------------------------- 1 | # This file contains a list of all Slack User Groups that are managed by SIG Architecture. 2 | 3 | usergroups: 4 | - name: enhancements-owners 5 | long_name: Enhancements Owners 6 | description: Process owners for the Enhancements subproject. 7 | channels: 8 | - enhancements 9 | - sig-architecture 10 | - sig-release 11 | members: 12 | - jeremyrickard # subproject owner 13 | - johnbelamaric # subproject owner 14 | - kikisdeliveryservice # subproject owner 15 | - mrbobbytables # subproject owner 16 | -------------------------------------------------------------------------------- /communication/slack-config/sig-cloud-provider/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-cloud-provider-leads 5 | approvers: 6 | - sig-cloud-provider-leads 7 | labels: 8 | - sig/cloud-provider 9 | -------------------------------------------------------------------------------- /communication/slack-config/sig-cloud-provider/config.yaml: -------------------------------------------------------------------------------- 1 | channels: 2 | - name: apiserver-network-proxy 3 | - name: cloud-provider-extraction 4 | - name: provider-alibaba-cloud 5 | id: CRX9UN2DN 6 | - name: provider-aws 7 | id: C0LRMHZ1T 8 | - name: provider-azure 9 | id: C5HJXTT9Q 10 | - name: provider-centurylink 11 | id: C0P8MQUM9 12 | - name: provider-gcp 13 | id: C6WB33KNJ 14 | - name: provider-ibmcloud 15 | id: C90BWDWCE 16 | - name: provider-openstack 17 | id: C0LSA3T7C 18 | - name: provider-vsphere 19 | id: C9PGCDKV5 20 | - name: sig-cloud-provider 21 | id: C718BPBQ8 22 | -------------------------------------------------------------------------------- /communication/slack-config/sig-docs/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - sig-docs-leads 5 | labels: 6 | - sig/docs 7 | -------------------------------------------------------------------------------- /communication/slack-config/sig-network/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | reviewers: 3 | - sig-network-leads 4 | approvers: 5 | - sig-network-leads 6 | labels: 7 | - sig/network 8 | -------------------------------------------------------------------------------- /communication/slack-config/sig-network/config.yaml: -------------------------------------------------------------------------------- 1 | channels: 2 | - name: sig-network-gateway-api 3 | id: CR0H13KGA 4 | - name: sig-network-policy-api 5 | - name: sig-network-kpng 6 | archived: true 7 | -------------------------------------------------------------------------------- /communication/slack-config/sig-node/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-node-leads 5 | approvers: 6 | - sig-node-leads 7 | labels: 8 | - sig/node 9 | -------------------------------------------------------------------------------- /communication/slack-config/sig-node/config.yaml: -------------------------------------------------------------------------------- 1 | channels: 2 | - name: sig-node 3 | - name: sig-node-bug-scrub 4 | archived: true 5 | - name: sig-node-ci 6 | - name: sig-node-kmm 7 | id: C037RE58RED 8 | - name: sig-node-rkt 9 | archived: true 10 | - name: sig-node-swap 11 | - name: sig-node-inplace-pod-resize 12 | - name: sig-node-sidecar 13 | -------------------------------------------------------------------------------- /communication/slack-config/sig-node/usergroups.yaml: -------------------------------------------------------------------------------- 1 | # This file contains a list of all Slack User Groups that are managed by SIG Node. 2 | 3 | usergroups: 4 | - name: dra-dev 5 | long_name: dynamic resource allocation developers 6 | description: Developers working on or with the dynamic resource allocation KEP. 7 | channels: 8 | - sig-node 9 | members: 10 | # Entries are GitHub handles. They must be listed under ../users.yaml. 11 | # Sorted alphabetically! 12 | - bart0sh 13 | - byako 14 | - catblade 15 | - elezar 16 | - klihub 17 | - klueska # subproject owner 18 | - obiTrinobiIntel 19 | - pohly # subproject owner 20 | -------------------------------------------------------------------------------- /communication/slack-config/sig-release/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-release-subproject-leads 5 | approvers: 6 | - sig-release-leads 7 | - sig-release-subproject-leads 8 | labels: 9 | - sig/release 10 | -------------------------------------------------------------------------------- /communication/slack-config/sig-release/config.yaml: -------------------------------------------------------------------------------- 1 | channels: 2 | - name: sig-release 3 | - name: release-bug-triage 4 | - name: release-ci-signal 5 | - name: release-comms 6 | - name: release-docs 7 | - name: release-enhancements 8 | - name: release-management 9 | id: CJH2GBF7Y 10 | - name: release-notes 11 | - name: release-packages-poc 12 | -------------------------------------------------------------------------------- /communication/slack-config/sig-security/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-security-leads 5 | approvers: 6 | - sig-security-leads 7 | labels: 8 | - sig/security 9 | -------------------------------------------------------------------------------- /communication/slack-config/sig-security/config.yaml: -------------------------------------------------------------------------------- 1 | channels: 2 | - name: sig-security 3 | - name: sig-security-assess-capi 4 | - name: sig-security-docs 5 | - name: sig-security-tooling 6 | - name: sig-security-assessments 7 | - name: sig-security-assess-etcd 8 | - name: sig-security-assess-vsphere-csi-driver 9 | -------------------------------------------------------------------------------- /communication/slack-config/sig-storage/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-storage-leads 5 | approvers: 6 | - sig-storage-leads 7 | labels: 8 | - sig/storage 9 | -------------------------------------------------------------------------------- /communication/slack-config/sig-storage/config.yaml: -------------------------------------------------------------------------------- 1 | channels: 2 | - name: csi 3 | id: C8EJ01Z46 4 | - name: csi-migration 5 | id: CG04EL876 6 | - name: csi-windows 7 | - name: sig-storage 8 | - name: sig-storage-cosi 9 | -------------------------------------------------------------------------------- /communication/slack-config/sig-testing/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-testing-leads 5 | approvers: 6 | - sig-testing-leads 7 | labels: 8 | - sig/testing 9 | -------------------------------------------------------------------------------- /communication/slack-config/sig-testing/config.yaml: -------------------------------------------------------------------------------- 1 | channels: 2 | - name: kind 3 | - name: prow 4 | - name: prow-alerts 5 | - name: sig-testing 6 | - name: testgrid 7 | - name: testing-commons 8 | archived: true 9 | - name: testing-ops 10 | -------------------------------------------------------------------------------- /communication/slack-config/template.yaml: -------------------------------------------------------------------------------- 1 | # This template will be used whenever Tempelis creates a new channel. 2 | channel_template: 3 | # topic: none 4 | # purpose: none 5 | pins: 6 | - >- 7 | This channel abides to the Kubernetes Code of Conduct - http://git.k8s.io/community/code-of-conduct.md 8 | Contact conduct@kubernetes.io or an admin in the #slack-admins channel if there is a problem. 9 | -------------------------------------------------------------------------------- /communication/youtube/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - jeefy 5 | - mrbobbytables 6 | - chris-short 7 | approvers: 8 | - castrojo 9 | - sig-contributor-experience-leads -------------------------------------------------------------------------------- /communication/youtube/obs/wizard-screenshots/obs-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/youtube/obs/wizard-screenshots/obs-1.png -------------------------------------------------------------------------------- /communication/youtube/obs/wizard-screenshots/obs-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/youtube/obs/wizard-screenshots/obs-2.png -------------------------------------------------------------------------------- /communication/youtube/obs/wizard-screenshots/obs-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/youtube/obs/wizard-screenshots/obs-3.png -------------------------------------------------------------------------------- /communication/youtube/obs/wizard-screenshots/obs-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/youtube/obs/wizard-screenshots/obs-4.png -------------------------------------------------------------------------------- /communication/youtube/obs/wizard-screenshots/obs-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/youtube/obs/wizard-screenshots/obs-5.png -------------------------------------------------------------------------------- /communication/youtube/obs/wizard-screenshots/obs-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/youtube/obs/wizard-screenshots/obs-6.png -------------------------------------------------------------------------------- /communication/youtube/obs/youtube-stream-dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/communication/youtube/obs/youtube-stream-dashboard.png -------------------------------------------------------------------------------- /contributors/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-contributor-experience-leads 5 | approvers: 6 | - sig-contributor-experience-leads 7 | labels: 8 | - sig/contributor-experience 9 | -------------------------------------------------------------------------------- /contributors/chairs-and-techleads/BOM_board.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/chairs-and-techleads/BOM_board.png -------------------------------------------------------------------------------- /contributors/chairs-and-techleads/GitHub_project_board_auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/chairs-and-techleads/GitHub_project_board_auto.png -------------------------------------------------------------------------------- /contributors/chairs-and-techleads/Prioritization_framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/chairs-and-techleads/Prioritization_framework.png -------------------------------------------------------------------------------- /contributors/chairs-and-techleads/Rel_Eng_snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/chairs-and-techleads/Rel_Eng_snapshot.png -------------------------------------------------------------------------------- /contributors/chairs-and-techleads/SIG_Node_PR_triage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/chairs-and-techleads/SIG_Node_PR_triage.png -------------------------------------------------------------------------------- /contributors/chairs-and-techleads/Storage_tracking_sheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/chairs-and-techleads/Storage_tracking_sheet.png -------------------------------------------------------------------------------- /contributors/chairs-and-techleads/triage_party_skaffold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/chairs-and-techleads/triage_party_skaffold.png -------------------------------------------------------------------------------- /contributors/design-proposals/README.md: -------------------------------------------------------------------------------- 1 | Design proposals have been archived. 2 | 3 | To view the last version of this document, see the [Design Proposals Archive Repo](https://github.com/kubernetes/design-proposals-archive/). 4 | 5 | For information on the replacement design proposal process, see the [Kubernetes Enhancement Proposals (KEP)](https://github.com/kubernetes/enhancements/tree/master/keps/sig-architecture/0000-kep-process) process. 6 | -------------------------------------------------------------------------------- /contributors/devel/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - cblecker 5 | - idvoretskyi 6 | - spiffxp 7 | - guineveresaenger 8 | approvers: 9 | - cblecker 10 | - idvoretskyi 11 | - lavalamp 12 | - spiffxp 13 | - thockin 14 | - sig-architecture-approvers 15 | emeritus_approvers: 16 | - calebamiles 17 | - Phillels 18 | labels: 19 | - area/developer-guide 20 | -------------------------------------------------------------------------------- /contributors/devel/sig-api-machinery/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-api-machinery-leads 5 | approvers: 6 | - sig-api-machinery-leads 7 | labels: 8 | - sig/api-machinery 9 | -------------------------------------------------------------------------------- /contributors/devel/sig-architecture/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-architecture-leads 5 | - jbeda 6 | approvers: 7 | - sig-architecture-leads 8 | - jbeda 9 | labels: 10 | - sig/architecture 11 | -------------------------------------------------------------------------------- /contributors/devel/sig-architecture/godep.md: -------------------------------------------------------------------------------- 1 | **Note**: Kubernetes now manages dependencies using go modules. 2 | See [current documentation for working with dependencies](./vendor.md) for master branch development. -------------------------------------------------------------------------------- /contributors/devel/sig-instrumentation/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - serathius 5 | - sig-instrumentation-leads 6 | approvers: 7 | - serathius 8 | - sig-instrumentation-leads 9 | labels: 10 | - sig/instrumentation 11 | -------------------------------------------------------------------------------- /contributors/devel/sig-node/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-node-leads 5 | approvers: 6 | - sig-node-leads 7 | emeritus_approvers: 8 | - ehashman 9 | labels: 10 | - sig/node 11 | -------------------------------------------------------------------------------- /contributors/devel/sig-node/cri-validation.md: -------------------------------------------------------------------------------- 1 | # Container Runtime Interface (CRI) Validation Testing 2 | 3 | This page is DEPRECATED and WILL BE REMOVED. 4 | 5 | Content of the page was moved to https://github.com/kubernetes-sigs/cri-tools/blob/master/docs/validation.md. -------------------------------------------------------------------------------- /contributors/devel/sig-node/images/ginkgo-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-node/images/ginkgo-flow.png -------------------------------------------------------------------------------- /contributors/devel/sig-node/images/ginkgo-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-node/images/ginkgo-start.png -------------------------------------------------------------------------------- /contributors/devel/sig-release/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-release-subproject-leads 5 | approvers: 6 | - sig-release-leads 7 | - sig-release-subproject-leads 8 | labels: 9 | - sig/release 10 | -------------------------------------------------------------------------------- /contributors/devel/sig-release/flake-finders/README.md: -------------------------------------------------------------------------------- 1 | # Flake Finder Fridays 2 | 3 | Flake Finder Fridays is a monthly livestream show where we explore recent test 4 | failures and flakes, walk through how they were resolved, and share tips and 5 | tricks for troubleshooting Kubernetes CI issues. 6 | -------------------------------------------------------------------------------- /contributors/devel/sig-release/release-cycle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-release/release-cycle.jpg -------------------------------------------------------------------------------- /contributors/devel/sig-release/release-lifecycle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-release/release-lifecycle.jpg -------------------------------------------------------------------------------- /contributors/devel/sig-scalability/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-scalability-leads 5 | approvers: 6 | - sig-scalability-leads 7 | labels: 8 | - sig/scalability 9 | -------------------------------------------------------------------------------- /contributors/devel/sig-scheduling/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-scheduling-leads 5 | approvers: 6 | - sig-scheduling-leads 7 | labels: 8 | - sig/scheduling 9 | -------------------------------------------------------------------------------- /contributors/devel/sig-scheduling/default_scheduler_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-scheduling/default_scheduler_architecture.png -------------------------------------------------------------------------------- /contributors/devel/sig-scheduling/scheduling_queues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-scheduling/scheduling_queues.png -------------------------------------------------------------------------------- /contributors/devel/sig-storage/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-storage-leads 5 | approvers: 6 | - sig-storage-leads 7 | labels: 8 | - sig/storage 9 | -------------------------------------------------------------------------------- /contributors/devel/sig-testing/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-testing-leads 5 | approvers: 6 | - sig-testing-leads 7 | labels: 8 | - sig/testing 9 | -------------------------------------------------------------------------------- /contributors/devel/sig-testing/gubernator-images/filterpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/gubernator-images/filterpage.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/gubernator-images/filterpage1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/gubernator-images/filterpage1.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/gubernator-images/filterpage2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/gubernator-images/filterpage2.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/gubernator-images/filterpage3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/gubernator-images/filterpage3.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/gubernator-images/skipping1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/gubernator-images/skipping1.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/gubernator-images/skipping2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/gubernator-images/skipping2.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/gubernator-images/testfailures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/gubernator-images/testfailures.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/sig_testing_kubecon_na_2022_pyramid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/sig_testing_kubecon_na_2022_pyramid.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/testgrid-images/failed-tests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/testgrid-images/failed-tests.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/testgrid-images/spyglass-result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/testgrid-images/spyglass-result.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/testgrid-images/spyglass-summary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/testgrid-images/spyglass-summary.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/testgrid-images/testgrid-job-grid-annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/testgrid-images/testgrid-job-grid-annotated.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/testgrid-images/testgrid-jobs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/testgrid-images/testgrid-jobs.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/testgrid-images/testgrid-summary-failing-job.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/testgrid-images/testgrid-summary-failing-job.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/testgrid-images/testgrid-summary-flaking-job.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/testgrid-images/testgrid-summary-flaking-job.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/testgrid-images/testgrid-summary-passing-job.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/testgrid-images/testgrid-summary-passing-job.png -------------------------------------------------------------------------------- /contributors/devel/sig-testing/testgrid-images/triage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/devel/sig-testing/testgrid-images/triage.png -------------------------------------------------------------------------------- /contributors/guide/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - mrbobbytables 5 | emeritus_approvers: 6 | - castrojo 7 | - guineveresaenger 8 | - parispittman 9 | labels: 10 | - sig/contributor-experience 11 | - area/contributor-guide 12 | -------------------------------------------------------------------------------- /contributors/guide/git_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/contributors/guide/git_workflow.png -------------------------------------------------------------------------------- /elections/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - jberkus 5 | - committee-steering 6 | - sig-contributor-experience-leads 7 | - parispittman 8 | - fsmunoz 9 | - salaxander 10 | emeritus_approvers: 11 | - jdumars 12 | - nikhita 13 | - mrbobbytables 14 | labels: 15 | - committee/steering 16 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/ballots.csv: -------------------------------------------------------------------------------- 1 | stmcginnis,jameslaverack,pacoxu,rphitg00,sayanchowdhury,kalyan678,anammedina21,jeremyrickard,reylejano 2 | No opinion,3,No opinion,No opinion,2,No opinion,No opinion,1,4 3 | 6,4,5,9,7,8,2,1,3 4 | 8,3,5,9,8,7,2,1,4 5 | 4,6,7,8,5,9,1,2,3 6 | 9,4,6,8,5,7,3,1,2 7 | 3,2,4,9,9,9,1,1,1 8 | 7,6,3,8,5,9,2,1,2 9 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/candidate-anammedina21.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------- 2 | name: Ana Margarita Medina 3 | ID: anammedina21 4 | -------------------------------------------------- 5 | 6 | # Ana Margarita Medina 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/candidate-jameslaverack.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------- 2 | name: James Laverack 3 | ID: jameslaverack 4 | -------------------------------------------------- 5 | 6 | # James Laverack 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/candidate-jeremyrickard.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------- 2 | name: Jeremy Rickard 3 | ID: jeremyrickard 4 | -------------------------------------------------- 5 | 6 | # Jeremy Rickard 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/candidate-kalyan678.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------- 2 | name: Kalyan Prasad 3 | ID: kalyan678 4 | ------------------------------------------------- 5 | 6 | # Kalyan Prasad 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/candidate-pacoxu.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------- 2 | name: Paco Xu 3 | ID: pacoxu 4 | -------------------------------------------------- 5 | 6 | # Paco Xu 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/candidate-reylejano.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------- 2 | name: Rey Lejano 3 | ID: reylejano 4 | -------------------------------------------------- 5 | 6 | # Rey Lejano 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/candidate-rphitg00.md: -------------------------------------------------------------------------------- 1 | ---------------------------------------------- 2 | name: Rohit Ghumare 3 | ID: rphitg00 4 | ---------------------------------------------- 5 | 6 | # Rohit Ghumare 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/candidate-sayanchowdhury.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------- 2 | name: Sayan Chowdhury 3 | ID: sayanchowdhury 4 | ------------------------------------------------------------- 5 | 6 | # Sayan Chowdhury 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/candidate-stmcginnis.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------- 2 | name: Sean McGinnis 3 | ID: stmcginnis 4 | -------------------------------------------------- 5 | 6 | # Sean McGinnis 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/election.yaml: -------------------------------------------------------------------------------- 1 | name: 2023 Kubernetes Code of Conduct Committee Election 2 | organization: Kubernetes 3 | start_datetime: 2023-08-11 00:00:01 4 | end_datetime: 2023-08-18 11:59:59 5 | no_winners: 2 6 | allow_no_opinion: True 7 | delete_after: True 8 | election_officers: 9 | - BenTheElder 10 | - cblecker 11 | - cpanato 12 | - justaugustus 13 | - mrbobbytables 14 | - palnabarun 15 | - tpepper 16 | eligibility: Eligibility is limited to the [current Steering Committee Members](https://github.com/kubernetes/steering/blob/c65bd4e586be59d12466b2bd6c19905240a97f0a/README.md#members) 17 | exception_description: No exception requests accepted for this election. 18 | exception_due: 2023-08-08 00:00:01 19 | show_candidate_fields: 20 | - 21 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/election_desc.md: -------------------------------------------------------------------------------- 1 | # Vote for the Kubernetes Code of Conduct Committee 2 | 3 | Please complete your voting by the end of 2023/08/17. 4 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/results.md: -------------------------------------------------------------------------------- 1 | # Results of the 2023 Kubernetes Code of Conduct Committee Elections 2 | 3 | - Number of seats open: 2 (2 year term) 4 | - Number of eligible voters: 7 5 | - Number of votes cast: 7 6 | - Turnout: 100% 7 | 8 | ## Winners 9 | 10 | - Ana Margarita Medina 11 | - Jeremy Rickard 12 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/voters.yaml: -------------------------------------------------------------------------------- 1 | # 2023 Code of Conduct Committee Election 2 | ################################## 3 | # 4 | # The eligible voters for the elections is the Kubernetes Steering Committee as of 2023-08-08 5 | # 6 | # History: 7 | # Log of changes to the file 8 | # 2023-08-08 - Add eligible voters 9 | # 10 | eligible_voters: 11 | - BenTheElder 12 | - cblecker 13 | - cpanato 14 | - justaugustus 15 | - mrbobbytables 16 | - palnabarun 17 | - tpepper 18 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/ballots.csv: -------------------------------------------------------------------------------- 1 | endocrimes,sreeram-venkitesh,divya-mohan0209,swatisehgal,stmcginnis 2 | 3,3,1,2,2 3 | 2,4,3,5,1 4 | 2,4,3,5,1 5 | 2,4,1,3,3 6 | 4,1,2,3,5 7 | 1,5,2,3,4 8 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/candidate-divya-mohan0209.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------- 2 | name: Divya Mohan 3 | ID: divya-mohan0209 4 | -------------------------------------------------- 5 | 6 | # Divya Mohan 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/candidate-endocrimes.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------- 2 | name: Danielle Lancashire 3 | ID: endocrimes 4 | -------------------------------------------------- 5 | 6 | # Danielle Lancashire 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/candidate-sreeram-venkitesh.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------- 2 | name: Sreeram Venkitesh 3 | ID: sreeram-venkitesh 4 | -------------------------------------------------- 5 | 6 | # Sreeram Venkitesh 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/candidate-stmcginnis.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------- 2 | name: Sean McGinnis 3 | ID: stmcginnis 4 | -------------------------------------------------- 5 | 6 | # Sean McGinnis 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/candidate-swatisehgal.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------- 2 | name: Swati Sehgal 3 | ID: swatisehgal 4 | -------------------------------------------------- 5 | 6 | # Swati Sehgal 7 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/election.yaml: -------------------------------------------------------------------------------- 1 | name: 2025 Kubernetes Code of Conduct Committee Election 2 | organization: Kubernetes 3 | start_datetime: 2025-02-10 00:00:01 4 | end_datetime: 2025-02-17 11:59:59 5 | no_winners: 3 6 | allow_no_opinion: True 7 | delete_after: True 8 | election_officers: 9 | - BenTheElder 10 | - aojea 11 | - justaugustus 12 | - pacoxu 13 | - pohly 14 | - saschagrunert 15 | - soltysh 16 | eligibility: Eligibility is limited to the [current Steering Committee Members](https://github.com/kubernetes/steering/blob/45c016ebe5c08cb3852240751382b02afc0aa4f3/README.md#members) 17 | exception_description: No exception requests accepted for this election. 18 | exception_due: 2025-02-04 00:00:01 19 | show_candidate_fields: 20 | - 21 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/election_desc.md: -------------------------------------------------------------------------------- 1 | # Vote for the Kubernetes Code of Conduct Committee 2 | 3 | Please complete your voting by the end of 2025-02-17. 4 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/results.md: -------------------------------------------------------------------------------- 1 | # Results of the 2025 Kubernetes Code of Conduct Committee Elections 2 | 3 | - Number of seats open: 3 (2 year term) 4 | - Number of eligible voters: 7 5 | - Number of votes cast: 6 6 | - Turnout: 85.71% 7 | 8 | ## Winners 9 | 10 | - [Danielle Lancashire](https://github.com/endocrimes) 11 | - [Divya Mohan](https://github.com/divya-mohan0209) 12 | - [Sean McGinnis](https://github.com/stmcginnis) 13 | 14 | ## Complete rankings 15 | 16 | 1. (Tie) [Danielle Lancashire](https://github.com/endocrimes) / [Divya Mohan](https://github.com/divya-mohan0209) 17 | 2. [Sean McGinnis](https://github.com/stmcginnis) 18 | 3. [Swati Sehgal](https://github.com/swatisehgal) 19 | 4. [Sreeram Venkitesh](https://github.com/sreeram-venkitesh) 20 | -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/voters.yaml: -------------------------------------------------------------------------------- 1 | # 2025 Code of Conduct Committee Election 2 | ################################## 3 | # 4 | # The eligible voters for the elections is the Kubernetes Steering Committee as of 2025-01-31 5 | # 6 | # History: 7 | # Log of changes to the file 8 | # 2024-11-06 - Add eligible voters 9 | # 10 | eligible_voters: 11 | - BenTheElder 12 | - aojea 13 | - justaugustus 14 | - pacoxu 15 | - pohly 16 | - saschagrunert 17 | - soltysh 18 | -------------------------------------------------------------------------------- /elections/code-of-conduct/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | options: 3 | no_parent_owners: true 4 | approvers: 5 | - committee-steering 6 | labels: 7 | - committee/conduct 8 | - committee/steering 9 | -------------------------------------------------------------------------------- /elections/steering/2018/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - castrojo 5 | - idvoretskyi 6 | - parispittman 7 | approvers: 8 | - castrojo 9 | - idvoretskyi 10 | - parispittman 11 | -------------------------------------------------------------------------------- /elections/steering/2018/RESULTS.md: -------------------------------------------------------------------------------- 1 | # Results of the 2018 Steering Committee Election 2 | 3 | - Number of seats open: 3 (2 year term) 4 | - Number of eligible voters: 692 5 | - Number of votes cast: 307 6 | - Turnout: 44% 7 | 8 | [Raw ballot data](BALLOTS.csv) 9 | 10 | ## Results 11 | 12 | The final ranking, using the "Schulze" Condorcet completion, is as follows: 13 | 14 | 1. Aaron Crickenberger 15 | 2. Timothy St. Clair 16 | 3. Davanum Srinivas 17 | 4. Nikhita Raghunath 18 | 5. Kris Nova 19 | 6. Quinton Hoole 20 | 7. Stephen Augustus 21 | 8. Tim Pepper 22 | 23 | ## Winners 24 | 25 | The winners of the open seats are as follows: 26 | 27 | Two year term: 28 | 29 | 1. Aaron Crickenberger 30 | 2. Timothy St. Clair 31 | 3. Davanum Srinivas -------------------------------------------------------------------------------- /elections/steering/2019/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - castrojo 5 | - idvoretskyi 6 | - mrbobbytables 7 | - bgrant0607 8 | approvers: 9 | - castrojo 10 | - idvoretskyi 11 | - mrbobbytables 12 | - bgrant0607 13 | -------------------------------------------------------------------------------- /elections/steering/2019/RESULTS.md: -------------------------------------------------------------------------------- 1 | # Results of the 2019 Steering Committee Election 2 | 3 | - Number of seats open: 4 (2 year term) 4 | - Number of eligible voters: 859 5 | - Number of votes cast: 377 6 | - Turnout: 43% 7 | 8 | [Raw ballot data](BALLOTS.csv) 9 | 10 | ## Results 11 | 12 | The final ranking, using the Condorcet-IRV method, is as follows: 13 | 14 | 1. Paris Pittman 15 | 2. Nikhita Raghunath 16 | 3. Christoph Blecker 17 | 4. Derek Carr 18 | 5. Stephen Augustus 19 | 6. Lachlan Evenson 20 | 7. Brendan Burns 21 | 8. Vallery Lancey 22 | 9. Pengfei Ni 23 | 10. Kris Nova 24 | 11. Klaus Ma 25 | 26 | ## Winners 27 | 28 | The winners of the open seats are as follows: 29 | 30 | Two year term: 31 | 32 | 1. Paris Pittman 33 | 2. Nikhita Raghunath 34 | 3. Christoph Blecker 35 | 4. Derek Carr -------------------------------------------------------------------------------- /elections/steering/2020/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | approvers: 5 | - idvoretskyi 6 | - jberkus 7 | - jdumars 8 | emeritus_approvers: 9 | - castrojo 10 | - idvoretskyi 11 | - mrbobbytables 12 | - bgrant0607 13 | -------------------------------------------------------------------------------- /elections/steering/2020/RESULTS.md: -------------------------------------------------------------------------------- 1 | # Results of the 2020 Steering Committee Election 2 | 3 | - Number of seats open: 3 (2 year term) 4 | - Number of eligible voters: 761 5 | - Number of votes cast: 312 6 | - Turnout: 41% 7 | 8 | [Raw ballot data](BALLOTS.csv) 9 | 10 | ## Results 11 | 12 | The final ranking, using the Condorcet-IRV method, is as follows: 13 | 14 | 1. Jordan Liggitt 15 | 2. Bob Killen 16 | 3. Davanum Srinivas 17 | 4. Stephen Augustus 18 | 5. Ian Coldwater 19 | 6. Lachlan Evenson 20 | 7. Federico Bongiovanni 21 | 8. Carlos Panato 22 | 9. Divya Mohan 23 | 10. Mayank Kumar 24 | 25 | ## Winners 26 | 27 | The winners of the open seats are as follows: 28 | 29 | Two year term: 30 | 31 | 1. Jordan Liggitt 32 | 2. Bob Killen 33 | 3. Davanum Srinivas 34 | -------------------------------------------------------------------------------- /elections/steering/2020/biotemplate.md: -------------------------------------------------------------------------------- 1 | # Your Name 2 | 3 | - GitHub: https://github.com/ 4 | - Affiliation: Where you work or independent 5 | - Slack: @you 6 | - Twitter/Other: Add lines as appropriate 7 | 8 | ## SIGS 9 | 10 | - SIGS/WG/UGs you're a member of 11 | 12 | ## What I have done 13 | 14 | ## What I'll do 15 | 16 | ## Resources About Me 17 | 18 | - Links to KubeCon or other conference talks or other related material 19 | -------------------------------------------------------------------------------- /elections/steering/2021/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | # replace with election officers once election starts 4 | approvers: 5 | - committee-steering 6 | - alisondy 7 | - ameukam 8 | - jberkus 9 | - coderanger 10 | labels: 11 | - committee/steering 12 | -------------------------------------------------------------------------------- /elections/steering/2021/election.yaml: -------------------------------------------------------------------------------- 1 | name: 2021 Steering Committee Election 2 | organization: Kubernetes 3 | start_datetime: 2021-10-18 00:00:01 4 | end_datetime: 2021-11-04 23:59:00 5 | no_winners: 4 6 | allow_no_opinion: True 7 | delete_after: True 8 | show_candidate_fields: 9 | - employer 10 | - slack 11 | election_officers: 12 | - jberkus 13 | - alisondy 14 | - coderanger 15 | eligibility: Kubernetes Org members with 50 or more contributions in the last year can vote. See [the election guide](https://github.com/kubernetes/community/tree/master/elections/steering/2021) 16 | exception_description: Not all contributions are measured by DevStats. If you have contributions that are not so measured, then please request an exception to allow you to vote via the Elekto application. 17 | exception_due: 2021-10-31 10:00:00 18 | -------------------------------------------------------------------------------- /elections/steering/2021/nomination-template.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------- 2 | name: 3 | ID: GitHubID 4 | info: 5 | - employer: Your Employer or "Independent" 6 | - slack: slack handle 7 | ------------------------------------------------------------- 8 | 9 | 11 | 12 | ## SIGS 13 | 14 | - SIGS/WG/UGs you're a member of 15 | 16 | ## What I have done 17 | 18 | ## What I'll do 19 | 20 | ## Resources About Me 21 | 22 | - Links to KubeCon or other conference talks or other related material 23 | - Links to social media 24 | -------------------------------------------------------------------------------- /elections/steering/2021/ranking.md: -------------------------------------------------------------------------------- 1 | Complete candidate preference ranking: 2 | 3 | 1. parispittman 4 | 2. justaugustus 5 | 3. cblecker 6 | 4. tpepper 7 | 5. deads2k 8 | 6. aojea 9 | 7. lachie83 10 | 8. jeremyrickard 11 | 9. IanColdwater 12 | 10. tashimi 13 | 11. palnabarun 14 | 12. vincepri 15 | 13. saiyam1814 16 | -------------------------------------------------------------------------------- /elections/steering/2021/results.md: -------------------------------------------------------------------------------- 1 | # Results of the 2021 Steering Committee Election 2 | 3 | - Number of seats open: 4 (2 year term) 4 | - Number of eligible voters: 685 5 | - Number of votes cast: 256 6 | - Turnout: 37% 7 | 8 | ## Winners 9 | 10 | The winners of the open seats are as follows: 11 | 12 | Two year term: 13 | 14 | 1. Paris Pittman 15 | 2. Stephen Augustus 16 | 3. Christoph Blecker 17 | 4. Tim Pepper 18 | 19 | Proportional representation limits were not invoked for this election. 20 | -------------------------------------------------------------------------------- /elections/steering/2022/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | # replace with election officers once election starts 4 | approvers: 5 | - committee-steering 6 | - kaslin 7 | - coderanger 8 | - dims 9 | labels: 10 | - committee/steering 11 | -------------------------------------------------------------------------------- /elections/steering/2022/election.yaml: -------------------------------------------------------------------------------- 1 | name: 2022 Steering Committee Election 2 | organization: Kubernetes 3 | start_datetime: 2022-09-06 00:00:01 4 | end_datetime: 2022-09-30 11:59:59 5 | no_winners: 3 6 | allow_no_opinion: True 7 | delete_after: True 8 | show_candidate_fields: 9 | - employer 10 | - slack 11 | election_officers: 12 | - dims 13 | - kaslin 14 | - coderanger 15 | eligibility: Kubernetes Org members with 50 or more contributions in the last year can vote. See [the election guide](https://github.com/kubernetes/community/tree/master/elections/steering/2022) 16 | exception_description: Not all contributions are measured by DevStats. If you have contributions that are not so measured, then please request an exception to allow you to vote via the Elekto application. 17 | exception_due: 2022-09-17 11:59:59 18 | -------------------------------------------------------------------------------- /elections/steering/2022/nomination-template.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------- 2 | name: 3 | ID: GitHubID 4 | info: 5 | - employer: Your Employer or "Independent" 6 | - slack: slack handle 7 | ------------------------------------------------------------- 8 | 9 | 11 | 12 | ## SIGS 13 | 14 | - SIGS/WG/UGs you're a member of 15 | 16 | ## What I have done 17 | 18 | ## What I'll do 19 | 20 | ## Resources About Me 21 | 22 | - Links to KubeCon or other conference talks or other related material 23 | - Links to social media 24 | -------------------------------------------------------------------------------- /elections/steering/2022/results.md: -------------------------------------------------------------------------------- 1 | # Results of the 2022 Steering Committee Election 2 | 3 | - Number of seats open: 3 (2 year term) 4 | - Number of eligible voters: 698 5 | - Number of votes cast: 219 6 | - Turnout: 31.37% 7 | 8 | ## Winners 9 | 10 | The winners of the open seats are as follows for their two year term: 11 | 12 | 1. [Bob Killen](https://github.com/mrbobbytables) 13 | 2. [Benjamin Elder](https://github.com/bentheelder) 14 | 3. [Nabarun Pal](https://github.com/palnabarun) 15 | 16 | The rest of the candidates were placed as follows: 17 | 4. [Cici Huang](https://github.com/cici37) 18 | 5. [Carlos Tadeu Panato Junior](https://github.com/cpanato) 19 | 6. [Daniel Smith](https://github.com/lavalamp) 20 | 7. [David Eads](https://github.com/deads2k) 21 | 8. [Noah Abrahams](https://github.com/qedrakmar) 22 | 23 | Proportional representation limits were not invoked for this election. 24 | -------------------------------------------------------------------------------- /elections/steering/2023-GB/OWNERS: -------------------------------------------------------------------------------- 1 | approvers: 2 | - jberkus 3 | - mrbobbytables 4 | 5 | -------------------------------------------------------------------------------- /elections/steering/2023-GB/ballots.csv: -------------------------------------------------------------------------------- 1 | cblecker,justaugustus 2 | 1,2 3 | 1,2 4 | 2,1 5 | 1,2 6 | 1,2 7 | 2,1 8 | -------------------------------------------------------------------------------- /elections/steering/2023-GB/candidate-cblecker.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------- 2 | name: Christoph Blecker 3 | ID: cblecker 4 | ------------------------------------------------------------- 5 | 6 | # Christoph Blecker 7 | -------------------------------------------------------------------------------- /elections/steering/2023-GB/candidate-justaugustus.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------- 2 | name: Stephen Augustus 3 | ID: justaugustus 4 | ------------------------------------------------------------- 5 | 6 | # Stephen Augustus 7 | -------------------------------------------------------------------------------- /elections/steering/2023-GB/election.yaml: -------------------------------------------------------------------------------- 1 | name: 2023 Kubernetes CNCF Governing Board Election 2 | organization: Kubernetes 3 | start_datetime: 2023-01-19 00:00:01 4 | end_datetime: 2023-01-22 11:59:59 5 | no_winners: 1 6 | allow_no_opinion: False 7 | delete_after: True 8 | election_officers: 9 | - mrbobbytables 10 | - jberkus 11 | eligibility: Eligibility is limited to the [current Steering Committee Members](https://github.com/kubernetes/steering/tree/c0e6eafa131bb5918bd24653233568a44439497f#members) 12 | exception_description: No exception requests accepted for the GB election. 13 | exception_due: 2023-01-19 00:00:01 14 | -------------------------------------------------------------------------------- /elections/steering/2023-GB/election_desc.md: -------------------------------------------------------------------------------- 1 | # Vote for the Kubernetes CNCF GB Seat 2 | 3 | Please complete your voting by the end of 1/22/2023. 4 | -------------------------------------------------------------------------------- /elections/steering/2023-GB/results.md: -------------------------------------------------------------------------------- 1 | # Results of the 2023 Kubernetes CNCF Governing Board representative 2 | 3 | - Number of seats open: 1 (2 year term) 4 | - Number of eligible voters: 7 5 | - Number of votes cast: 6 6 | - Turnout: 86% 7 | 8 | ## Winner 9 | 10 | - Christoph Blecker 11 | 12 | -------------------------------------------------------------------------------- /elections/steering/2023-GB/voters.yaml: -------------------------------------------------------------------------------- 1 | eligible_voters: 2 | - BenTheElder 3 | - cblecker 4 | - cpanato 5 | - justaugustus 6 | - mrbobbytables 7 | - palnabarun 8 | - tpepper 9 | -------------------------------------------------------------------------------- /elections/steering/2023/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | # replace with election officers once election starts 4 | approvers: 5 | - committee-steering 6 | - kaslin 7 | - bridgetkromhout 8 | - dims 9 | labels: 10 | - committee/steering 11 | -------------------------------------------------------------------------------- /elections/steering/2023/election.yaml: -------------------------------------------------------------------------------- 1 | name: 2023 Steering Committee Election 2 | organization: Kubernetes 3 | start_datetime: 2023-08-29 00:00:01 4 | end_datetime: 2023-09-27 11:59:59 5 | no_winners: 4 6 | allow_no_opinion: True 7 | delete_after: True 8 | show_candidate_fields: 9 | - employer 10 | - slack 11 | election_officers: 12 | - dims 13 | - kaslin 14 | - bridgetkromhout 15 | eligibility: Kubernetes Org members with 50 or more contributions in the last year can vote. See [the election guide](https://github.com/kubernetes/community/tree/master/elections/steering/2023) 16 | exception_description: Not all contributions are measured by DevStats. If you have contributions that are not so measured, then please request an exception to allow you to vote via the Elekto application. 17 | exception_due: 2023-09-24 11:59:59 18 | -------------------------------------------------------------------------------- /elections/steering/2023/nomination-template.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------- 2 | name: 3 | ID: GitHubID 4 | info: 5 | - employer: Your Employer or "Independent" 6 | - slack: slack handle 7 | ------------------------------------------------------------- 8 | 9 | 11 | 12 | ## SIGS 13 | 14 | - SIGS/WG/UGs you're a member of 15 | 16 | ## What I have done 17 | 18 | ## What I'll do 19 | 20 | ## Resources About Me 21 | 22 | - Links to KubeCon or other conference talks or other related material 23 | - Links to social media 24 | -------------------------------------------------------------------------------- /elections/steering/2024/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | # replace with election officers once election starts 4 | approvers: 5 | - committee-steering 6 | - bridgetkromhout 7 | - cblecker 8 | - Priyankasaggu11929 9 | labels: 10 | - committee/steering 11 | -------------------------------------------------------------------------------- /elections/steering/2024/nomination-template.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------- 2 | name: 3 | ID: GitHubID 4 | info: 5 | - employer: Your Employer or "Independent" 6 | - slack: slack handle 7 | ------------------------------------------------------------- 8 | 9 | 11 | 12 | ## SIGS 13 | 14 | - SIGs/WGs/Teams you're a member of 15 | 16 | ## What I have done 17 | 18 | ## What I'll do 19 | 20 | ## Resources About Me 21 | 22 | - Links to KubeCon or other conference talks or other related material 23 | - Links to social media 24 | -------------------------------------------------------------------------------- /elections/steering/2024/results.md: -------------------------------------------------------------------------------- 1 | # Results of the 2024 Steering Committee Election 2 | 3 | - Number of seats open: 3 (2 year term) 4 | - Number of eligible voters: 660 5 | - Number of votes cast: 233 6 | - Turnout: 35.30% 7 | 8 | ## Winners 9 | 10 | The winners of the open seats are as follows for their two year term: 11 | 12 | 1. [Benjamin Elder](https://github.com/bentheelder) 13 | 2. [Antonio Ojea](https://github.com/aojea) 14 | 3. [Sascha Grunert](https://github.com/saschagrunert) 15 | 16 | The rest of the candidates were placed as follows: 17 | 4. [Natali Vlatko](https://github.com/natalisucks) 18 | 5. [Kat Cosgrove](https://github.com/katcosgrove) 19 | 6. [Nabarun Pal](https://github.com/palnabarun) 20 | 7. [Marko Mudrinić](https://github.com/xmudrii) 21 | 22 | Proportional representation limits were not invoked for this election. 23 | -------------------------------------------------------------------------------- /elections/steering/2025-GB/OWNERS: -------------------------------------------------------------------------------- 1 | approvers: 2 | - jberkus 3 | - soltysh 4 | -------------------------------------------------------------------------------- /elections/steering/2025-GB/ballots.csv: -------------------------------------------------------------------------------- 1 | nikhita,cblecker,cpanato,dims 2 | 3,1,4,2 3 | 4,2,3,1 4 | 2,2,4,1 5 | 2,1,4,3 6 | 4,2,1,3 7 | 3,1,4,2 8 | 1,2,3,4 9 | -------------------------------------------------------------------------------- /elections/steering/2025-GB/candidate-cblecker.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------- 2 | name: Christoph Blecker 3 | ID: cblecker 4 | ------------------------------------------------------------- 5 | 6 | # Christoph Blecker 7 | -------------------------------------------------------------------------------- /elections/steering/2025-GB/candidate-cpanato.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------- 2 | name: Carlos Tadeu Panato Jr 3 | ID: cpanato 4 | ------------------------------------------------------------- 5 | 6 | # Carlos Tadeu Panato Jr 7 | -------------------------------------------------------------------------------- /elections/steering/2025-GB/candidate-dims.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------- 2 | name: Davanum Srinivas 3 | ID: dims 4 | ------------------------------------------------------------- 5 | 6 | # Davanum Srinivas 7 | -------------------------------------------------------------------------------- /elections/steering/2025-GB/candidate-nikhita.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------- 2 | name: Nikhita Raghunath 3 | ID: nikhita 4 | ------------------------------------------------------------- 5 | 6 | # Nikhita Raghunath 7 | -------------------------------------------------------------------------------- /elections/steering/2025-GB/election.yaml: -------------------------------------------------------------------------------- 1 | name: 2025 Kubernetes CNCF Governing Board Election 2 | organization: Kubernetes 3 | start_datetime: 2025-01-08 00:00:01 4 | end_datetime: 2025-01-26 11:59:59 5 | no_winners: 1 6 | allow_no_opinion: False 7 | delete_after: True 8 | election_officers: 9 | - soltysh 10 | - jberkus 11 | eligibility: Eligibility is limited to the [current Steering Committee Members](https://github.com/kubernetes/steering/tree/main?tab=readme-ov-file#members) 12 | exception_description: No exception requests accepted for the GB election. 13 | exception_due: 2025-01-26 00:00:01 14 | -------------------------------------------------------------------------------- /elections/steering/2025-GB/election_desc.md: -------------------------------------------------------------------------------- 1 | # Vote for the Kubernetes CNCF GB Seat 2 | 3 | Please complete your voting by the end of 1/26/2025. 4 | -------------------------------------------------------------------------------- /elections/steering/2025-GB/results.md: -------------------------------------------------------------------------------- 1 | # Results of the 2025 Kubernetes CNCF Governing Board representative 2 | 3 | - Number of seats open: 1 (2 year term) 4 | - Number of eligible voters: 7 5 | - Number of votes cast: 7 6 | - Turnout: 100% 7 | 8 | ## Winner 9 | 10 | - Christoph Blecker 11 | 12 | -------------------------------------------------------------------------------- /elections/steering/2025-GB/voters.yaml: -------------------------------------------------------------------------------- 1 | eligible_voters: 2 | - BenTheElder 3 | - aojea 4 | - justaugustus 5 | - pacoxu 6 | - pohly 7 | - saschagrunert 8 | - soltysh 9 | -------------------------------------------------------------------------------- /elections/steering/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - jberkus 5 | - committee-steering 6 | - sig-contributor-experience-leads 7 | - coderanger 8 | - dims 9 | emeritus_approvers: 10 | - parispittman 11 | - jdumars 12 | labels: 13 | - committee/steering 14 | -------------------------------------------------------------------------------- /elections/steering/README.md: -------------------------------------------------------------------------------- 1 | # Kubernetes Steering Elections 2 | 3 | This folder contains information on the Kubernetes Steering elections since 2017. 4 | 5 | The current Steering election, including all directions on eligibility, voting, and candidates, can be found here: [2024 Election] 6 | 7 | The last Steering election, including all directions on eligibility, voting, and candidates, can be found here: [2023 Election] 8 | 9 | You can also read [documentation] on how to run a Steering Election. 10 | 11 | [2024 Election]: /elections/steering/2024/ 12 | [2023 Election]: /elections/steering/2023/ 13 | [documentation]: /elections/steering/documentation/ 14 | -------------------------------------------------------------------------------- /elections/steering/documentation/template/nomination-template.md: -------------------------------------------------------------------------------- 1 | ------------------------------------------------------------- 2 | name: 3 | ID: GitHubID 4 | info: 5 | - employer: Your Employer or "Independent" 6 | - slack: slack handle 7 | ------------------------------------------------------------- 8 | 9 | 11 | 12 | ## SIGS 13 | 14 | - SIGs/WGs/Teams you're a member of 15 | 16 | ## What I have done 17 | 18 | ## What I'll do 19 | 20 | ## Resources About Me 21 | 22 | - Links to KubeCon or other conference talks or other related material 23 | - Links to social media 24 | -------------------------------------------------------------------------------- /elections/steering/documentation/template/voters.yaml: -------------------------------------------------------------------------------- 1 | # {{YEAR}} Steering Committee Election 2 | ################################## 3 | # 4 | # The process for determining eligible voters can be found in 5 | # https://github.com/kubernetes/community/tree/master/elections/steering/{{YEAR}} 6 | # 7 | # If you feel you meet the eligibility criteria but do not see your GitHub username 8 | # below, please fill out an exception request and the elections team will get back to 9 | # you as quickly as possible: https://elections.k8s.io/app/elections/steering---{{YEAR}}/exception 10 | # 11 | # History: 12 | # Log of changes to the file 13 | # 14 | eligible_voters: 15 | - 16 | -------------------------------------------------------------------------------- /events/2016/developer-summit-2016/k8sDevSummitSchedule.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/2016/developer-summit-2016/k8sDevSummitSchedule.pdf -------------------------------------------------------------------------------- /events/2017/05-leadership-summit/session-notes/1345-1430_SIGGOVERNANCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/2017/05-leadership-summit/session-notes/1345-1430_SIGGOVERNANCE.md -------------------------------------------------------------------------------- /events/2017/05-leadership-summit/session-notes/readme.md: -------------------------------------------------------------------------------- 1 | **Per the [Template & Instruction Document](https://docs.google.com/document/d/1ncrfiVEy_WELqZaNdYOX0_9uuKzuTikgVC-mz2Izsc4/edit?usp=sharing), 2 | upload your session notes here with the name format**: 3 | 4 | *HHMM-HHMM_SESSIONTITLE.md* 5 | 6 | where HHMM is the time in 24-hour format. 7 | -------------------------------------------------------------------------------- /events/2017/12-contributor-summit/Meeting Room 4ABC - 1st set, Tues fishbowl.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/2017/12-contributor-summit/Meeting Room 4ABC - 1st set, Tues fishbowl.PNG -------------------------------------------------------------------------------- /events/2017/12-contributor-summit/Meeting Room 6A and 6B - 1st Set, Tues fishbowl.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/2017/12-contributor-summit/Meeting Room 6A and 6B - 1st Set, Tues fishbowl.PNG -------------------------------------------------------------------------------- /events/2017/12-contributor-summit/feature-roadmap-2018.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/2017/12-contributor-summit/feature-roadmap-2018.jpg -------------------------------------------------------------------------------- /events/2017/12-contributor-summit/schedule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/2017/12-contributor-summit/schedule.png -------------------------------------------------------------------------------- /events/2018/05-contributor-summit/steering-update.md: -------------------------------------------------------------------------------- 1 | # Steering Committee Update 2 | **Leads:** pwittrock, timothysc 3 | **Thanks to our notetaker:** tpepper 4 | 5 | * incubation is deprecated, "associated" projects are a thing 6 | * WG are horizontal across SIGs and are ephemeral. Subprojects own a piece 7 | of code and relate to a SIG. Example: SIG-Cluster-Lifecycle with 8 | kubeadm, kops, etc. under it. 9 | * SIG charters: PR a proposed new SIG with the draft charter. Discussion 10 | can then happen on GitHub around the evolving charter. This is cleaner 11 | and more efficient than discussing on mailing list. 12 | * K8s values doc updated by Sarah Novotny 13 | * changes to voting roles and rules are in the works 14 | -------------------------------------------------------------------------------- /events/2019/11-contributor-summit/unconference-notes/unconference-notes-template.md: -------------------------------------------------------------------------------- 1 | #Unconference Note Template 2 | 3 | ##Please use this template to take notes of the unconference session. 4 | ##Please PR your notes into this same directory with the name of theusing the following naming scheme: unconference-< nameofsession >.md 5 | 6 | ####Presenter: 7 | 8 | ####Topic: 9 | 10 | ####Date & time: 11 | 12 | ####Notes 13 | 14 | 15 | 16 | 17 | ####Key learnings / takeaways 18 | 19 | 20 | 21 | 22 | ####Action items 23 | - [] 24 | - [] 25 | - [] 26 | -------------------------------------------------------------------------------- /events/2020/03-contributor-summit/OWNERS: -------------------------------------------------------------------------------- 1 | approvers: 2 | - jeefy 3 | - mrbobbytables 4 | - geekygirldawn 5 | 6 | labels: 7 | - area/contributor-summit 8 | - area/eu-summit 9 | -------------------------------------------------------------------------------- /events/2020/07-contributor-summit/OWNERS: -------------------------------------------------------------------------------- 1 | approvers: 2 | - sig-contributor-experience-leads # Replace when CN summit leads are decided 3 | 4 | labels: 5 | - area/contributor-summit 6 | - area/cn-summit 7 | -------------------------------------------------------------------------------- /events/2020/07-contributor-summit/README.md: -------------------------------------------------------------------------------- 1 | # 2020 Kubernetes Contributor Summit CN 2 | 3 | ## This event was cancelled due to the COVID-19 global pandemic 4 | 5 | ## What 6 | 7 | This event brings together new and current Kubernetes contributors to connect and learn from one another. 8 | It is an opportunity for existing contributors to help shape the future of the project and offers a welcoming 9 | space for new community members to learn, explore, and put the contributor workflow to practice. The summit 10 | is held the day before KubeCon + CloudNativeCon + Open Source Summit on Tuesday, July 28th. 11 | 12 | ## Team 13 | 14 | | Role | Lead | Shadow | Notes | 15 | |---|---|---|---| 16 | | Event Lead | Yang Li [@idealhack](https://github.com/idealhack) | | | 17 | -------------------------------------------------------------------------------- /events/2020/11-contributor-summit/OWNERS: -------------------------------------------------------------------------------- 1 | approvers: 2 | - sig-contributor-experience-leads # Replace when NA summit leads are decided 3 | 4 | labels: 5 | - area/contributor-summit 6 | - area/na-summit 7 | -------------------------------------------------------------------------------- /events/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - mrbobbytables 5 | - jberkus 6 | - sig-contributor-experience-leads 7 | emeritus_approvers: 8 | - parispittman 9 | labels: 10 | - sig/contributor-experience 11 | -------------------------------------------------------------------------------- /events/art-assets/award-designs/2022-detroit-k8s-contributor-awards-LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/award-designs/2022-detroit-k8s-contributor-awards-LowRes.png -------------------------------------------------------------------------------- /events/art-assets/award-designs/ChopPizzaCarryBoxes_Box_Award_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/award-designs/ChopPizzaCarryBoxes_Box_Award_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/10YearAnniversaryBack_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/10YearAnniversaryBack_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/10YearAnniversary_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/10YearAnniversary_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/2016_NA_Seattle_Pixelated_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/2016_NA_Seattle_Pixelated_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/2017_EU_Berlin_splatter_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/2017_EU_Berlin_splatter_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/2017_LeadershipSummit_Brushstrokes_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/2017_LeadershipSummit_Brushstrokes_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/2017_NA_Austin_LineArt_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/2017_NA_Austin_LineArt_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/2018_NA_Seattle_Halftone_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/2018_NA_Seattle_Halftone_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/2018_Shanghai_Dragon_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/2018_Shanghai_Dragon_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/2019_EU_Barcelona_Miro_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/2019_EU_Barcelona_Miro_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/2019_NA_SanDiego_ArtDeco_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/2019_NA_SanDiego_ArtDeco_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/2019_Shanghai_PearlTower_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/2019_Shanghai_PearlTower_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/2021_Unused_LosAngeles_HollywoodHills_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/2021_Unused_LosAngeles_HollywoodHills_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/2023_EU_Amsterdam_StarryNight_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/2023_EU_Amsterdam_StarryNight_LowRes.png -------------------------------------------------------------------------------- /events/art-assets/event-logos/2024_EU_Paris_Cityscape_LowRes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/events/art-assets/event-logos/2024_EU_Paris_Cityscape_LowRes.png -------------------------------------------------------------------------------- /events/awards/award-recipients/2019-award-recipients.md: -------------------------------------------------------------------------------- 1 | # Kubernetes Contributor Awards 2 | 3 | Every year the Kubernetes Contributor Community select awardees for outstanding contributions to the project 4 | 5 | # 2019 6 | 7 | By Special Interest Group (SIG) 8 | 9 | #### Cloud Provider 10 | 11 | - Lubomir Ivanov 12 | 13 | #### Instrumentation 14 | 15 | - Han Kang 16 | 17 | #### Release 18 | 19 | - Katharine Berry 20 | 21 | #### Scheduling 22 | 23 | - Wei Huang 24 | 25 | #### Storage 26 | 27 | - Michelle Au 28 | 29 | #### Windows 30 | 31 | - Jordan Liggitt 32 | 33 | #### WG Multitenancy 34 | 35 | - Ryan Bezdicek 36 | -------------------------------------------------------------------------------- /events/events-team/content/awards-ceremony.md: -------------------------------------------------------------------------------- 1 | # Awards Ceremony Handbook 2 | 3 | ## Overview 4 | 5 | The Awards Ceremony coordinators collect information on desired awards and nominees from the community, determine the form and schedule for the community awards, and ensure that awarding community members and award recipients are present for the ceremony. They also source award trophies or tokens. Because of the nature of these awards, these activities need to be carried out semi-confidentially in order to ensure that award recipients are not prematurely notified. 6 | 7 | ## Skills and Qualifications 8 | 9 | TODO 10 | 11 | ## Activities 12 | 13 | WIP 14 | 15 | ## Time Commitment 16 | 17 | TODO 18 | 19 | ## Instructions and Tips for Specific Tasks 20 | -------------------------------------------------------------------------------- /events/events-team/content/session-manager.md: -------------------------------------------------------------------------------- 1 | # Programmed Sessions Handbook 2 | 3 | ## Overview 4 | 5 | The Programmed Sessions lead recruits, selects, and schedules planned short-form sessions for the Contributor Summit. These sessions cover topics of interest to regular contributors, such as contribution tasks, project changes, discussions of architectural changes and features, mentorship and sustainability, or testing and conformance. 6 | 7 | This is distinct from Contributor Workshops (which are long-form, always-interactive sessions), and an Unconference, which are sessions NOT selected in advance. If the Summit has those types of sessions as well, the PS team will coordinate with other teams to work out a balanced schedule. 8 | 9 | ## Skills and Qualifications 10 | 11 | TODO 12 | 13 | ## Activities 14 | 15 | WIP 16 | 17 | ## Time Commitment 18 | 19 | TODO 20 | 21 | ## Instructions and Tips for Specific Tasks 22 | -------------------------------------------------------------------------------- /generator/.gitattributes: -------------------------------------------------------------------------------- 1 | # Always check-out / check-in files with LF line endings. 2 | * text=auto eol=lf -------------------------------------------------------------------------------- /generator/.gitignore: -------------------------------------------------------------------------------- 1 | generated/ 2 | -------------------------------------------------------------------------------- /generator/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - cblecker 5 | - sig-contributor-experience-leads 6 | labels: 7 | - sig/contributor-experience 8 | emeritus_approvers: 9 | - nikhita 10 | - spiffxp 11 | -------------------------------------------------------------------------------- /generator/aliases.tmpl: -------------------------------------------------------------------------------- 1 | aliases: 2 | {{- range .Sigs}} 3 | {{.Dir}}-leads: 4 | {{- range .Leadership.Owners}} 5 | - {{.GitHub}} 6 | {{- end}} 7 | {{- end}} 8 | {{- range .WorkingGroups}} 9 | {{.Dir}}-leads: 10 | {{- range .Leadership.Owners}} 11 | - {{.GitHub}} 12 | {{- end}} 13 | {{- end}} 14 | {{- range .UserGroups}} 15 | {{.Dir}}-leads: 16 | {{- range .Leadership.Owners}} 17 | - {{.GitHub}} 18 | {{- end}} 19 | {{- end}} 20 | {{- range .Committees}} 21 | {{.Dir}}: 22 | {{- range .Leadership.Owners}} 23 | - {{.GitHub}} 24 | {{- end}} 25 | {{- end}} 26 | -------------------------------------------------------------------------------- /generator/header.tmpl: -------------------------------------------------------------------------------- 1 | {{- define "header" -}} 2 | 10 | {{- end -}} 11 | -------------------------------------------------------------------------------- /generator/testdata/example.md: -------------------------------------------------------------------------------- 1 | Hello! 2 | 3 | Example 4 | custom 5 | content! 6 | 7 | 8 | -------------------------------------------------------------------------------- /generator/testdata/example.tmpl: -------------------------------------------------------------------------------- 1 | {{.Message}} 2 | -------------------------------------------------------------------------------- /generator/testdata/sigs.yaml: -------------------------------------------------------------------------------- 1 | sigs: 2 | - dir: sig-foo 3 | name: Foo 4 | label: foo 5 | charter_link: foo-charter 6 | mission_statement: covers foo 7 | subprojects: 8 | - name: sub-foo 9 | owners: 10 | - "https://raw.githubusercontent.com/org/foo/main/OWNERS" 11 | - dir: sig-bar 12 | name: Bar 13 | label: bar 14 | charter_link: charter-bar 15 | mission_statement: owns areas related to bar 16 | subprojects: 17 | - name: sub-bar 18 | owners: 19 | - "https://raw.githubusercontent.com/org/bar/main/test/OWNERS" 20 | workinggroups: 21 | - dir: wg-baz 22 | name: Baz 23 | label: baz 24 | stakeholder_sigs: 25 | - Foo 26 | -------------------------------------------------------------------------------- /github-management/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - cblecker 5 | - mrbobbytables 6 | - nikhita 7 | - palnabarun 8 | - MadhavJivrajani 9 | - Priyankasaggu11929 10 | 11 | labels: 12 | - sig/contributor-experience 13 | - area/github-management 14 | -------------------------------------------------------------------------------- /hack/.spelling_failures: -------------------------------------------------------------------------------- 1 | contributors/guide/contributor-cheatsheet/README-[a-z]{2}.md 2 | committee-steering/meeting-notes-archive 3 | elections/steering/.*/voters.yaml 4 | events/2014 5 | events/elections/2017/ 6 | sig-contributor-experience/meeting-notes-archive 7 | sig-contributor-experience/surveys/2018/contribex-survey-2018.csv 8 | sig-contributor-experience/surveys/2019/contribex-survey-2019.csv 9 | vendor/ 10 | -------------------------------------------------------------------------------- /hack/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - cblecker 5 | approvers: 6 | - cblecker 7 | labels: 8 | - sig/contributor-experience 9 | -------------------------------------------------------------------------------- /hack/tools.go: -------------------------------------------------------------------------------- 1 | // +build tools 2 | /* 3 | Copyright 2019 The Kubernetes Authors. 4 | 5 | Licensed under the Apache License, Version 2.0 (the "License"); 6 | you may not use this file except in compliance with the License. 7 | You may obtain a copy of the License at 8 | 9 | http://www.apache.org/licenses/LICENSE-2.0 10 | 11 | Unless required by applicable law or agreed to in writing, software 12 | distributed under the License is distributed on an "AS IS" BASIS, 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | See the License for the specific language governing permissions and 15 | limitations under the License. 16 | */ 17 | 18 | package tools 19 | 20 | import ( 21 | _ "github.com/client9/misspell/cmd/misspell" 22 | ) 23 | -------------------------------------------------------------------------------- /icons/docs/k8s-exposed-pod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/docs/k8s-exposed-pod.png -------------------------------------------------------------------------------- /icons/examples/schemas/std-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/examples/schemas/std-app.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/api-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/api-.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/api-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/api-128.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/api-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/api-256.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/c-c-m-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/c-c-m-.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/c-c-m-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/c-c-m-128.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/c-c-m-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/c-c-m-256.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/c-m-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/c-m-.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/c-m-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/c-m-128.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/c-m-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/c-m-256.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/k-proxy-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/k-proxy-.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/k-proxy-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/k-proxy-128.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/k-proxy-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/k-proxy-256.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/kubelet-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/kubelet-.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/kubelet-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/kubelet-128.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/kubelet-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/kubelet-256.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/sched-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/sched-.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/sched-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/sched-128.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/sched-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/control_plane_components/labeled/sched-256.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/control-plane-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/labeled/control-plane-128.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/control-plane-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/labeled/control-plane-256.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/etcd-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/labeled/etcd-.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/etcd-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/labeled/etcd-128.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/etcd-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/labeled/etcd-256.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/master-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/labeled/master-.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/master-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/labeled/master-128.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/master-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/labeled/master-256.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/node-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/labeled/node-.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/node-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/labeled/node-128.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/node-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/labeled/node-256.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/unlabeled/control-plane-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/unlabeled/control-plane-128.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/unlabeled/control-plane-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/unlabeled/control-plane-256.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/unlabeled/etcd-.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/unlabeled/etcd-.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/unlabeled/etcd-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/unlabeled/etcd-128.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/unlabeled/etcd-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/unlabeled/etcd-256.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/unlabeled/master-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/unlabeled/master-128.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/unlabeled/master-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/unlabeled/master-256.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/unlabeled/node-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/unlabeled/node-128.png -------------------------------------------------------------------------------- /icons/png/infrastructure_components/unlabeled/node-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/infrastructure_components/unlabeled/node-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/c-role-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/c-role-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/c-role-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/c-role-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/cm-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/cm-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/cm-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/cm-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/crb-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/crb-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/crb-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/crb-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/crd-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/crd-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/crd-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/crd-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/cronjob-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/cronjob-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/cronjob-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/cronjob-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/deploy-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/deploy-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/deploy-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/deploy-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ds-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/ds-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ds-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/ds-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ep-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/ep-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ep-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/ep-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/group-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/group-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/group-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/group-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/hpa-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/hpa-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/hpa-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/hpa-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ing-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/ing-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ing-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/ing-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/job-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/job-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/job-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/job-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/limits-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/limits-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/limits-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/limits-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/netpol-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/netpol-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/netpol-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/netpol-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ns-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/ns-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ns-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/ns-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/pod-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/pod-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/pod-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/pod-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/psp-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/psp-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/psp-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/psp-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/pv-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/pv-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/pv-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/pv-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/pvc-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/pvc-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/pvc-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/pvc-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/quota-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/quota-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/quota-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/quota-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/rb-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/rb-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/rb-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/rb-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/role-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/role-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/role-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/role-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/rs-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/rs-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/rs-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/rs-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/sa-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/sa-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/sa-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/sa-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/sc-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/sc-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/sc-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/sc-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/secret-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/secret-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/secret-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/secret-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/sts-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/sts-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/sts-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/sts-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/svc-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/svc-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/svc-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/svc-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/user-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/user-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/user-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/user-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/vol-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/vol-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/vol-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/labeled/vol-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/c-role-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/c-role-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/c-role-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/c-role-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/cm-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/cm-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/cm-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/cm-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/crb-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/crb-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/crb-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/crb-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/crd-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/crd-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/crd-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/crd-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/cronjob-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/cronjob-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/cronjob-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/cronjob-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/deploy-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/deploy-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/deploy-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/deploy-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ds-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/ds-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ds-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/ds-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ep-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/ep-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ep-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/ep-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/group-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/group-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/group-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/group-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/hpa-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/hpa-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/hpa-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/hpa-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ing-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/ing-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ing-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/ing-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/job-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/job-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/job-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/job-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/limits-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/limits-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/limits-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/limits-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/netpol-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/netpol-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/netpol-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/netpol-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ns-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/ns-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ns-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/ns-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/pod-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/pod-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/pod-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/pod-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/psp-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/psp-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/psp-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/psp-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/pv-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/pv-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/pv-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/pv-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/pvc-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/pvc-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/pvc-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/pvc-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/quota-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/quota-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/quota-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/quota-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/rb-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/rb-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/rb-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/rb-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/role-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/role-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/role-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/role-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/rs-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/rs-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/rs-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/rs-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/sa-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/sa-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/sa-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/sa-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/sc-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/sc-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/sc-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/sc-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/secret-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/secret-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/secret-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/secret-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/sts-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/sts-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/sts-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/sts-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/svc-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/svc-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/svc-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/svc-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/user-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/user-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/user-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/user-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/vol-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/vol-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/vol-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/png/resources/unlabeled/vol-256.png -------------------------------------------------------------------------------- /icons/tools/Dockerfile: -------------------------------------------------------------------------------- 1 | FROM ubuntu:24.04 2 | 3 | RUN apt-get update && apt-get install -y librsvg2-bin 4 | 5 | WORKDIR /convertor 6 | 7 | ENTRYPOINT ["rsvg-convert"] 8 | CMD ["-d", "300", "-p", "300"] 9 | -------------------------------------------------------------------------------- /icons/tools/build-visio-stencil-creator.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | GITHUB_ORG="hoveytechllc" 4 | REPO_NAME="visio-stencil-creator" 5 | TAG_NAME="v1.0" 6 | 7 | GCR_REPO="staging-k8s.gcr.io/${REPO_NAME}:${TAG_NAME}" 8 | 9 | rm -fdr ./tools/${REPO_NAME} 10 | 11 | # Clone repository in current path 12 | git clone --branch release/${TAG_NAME} https://github.com/${GITHUB_ORG}/${REPO_NAME}.git ./tools/${REPO_NAME} 13 | 14 | # build image using Dockerfile from github repository 15 | # Tag resulting image for pushing 16 | docker build \ 17 | -t ${GCR_REPO} \ 18 | -f ./tools/${REPO_NAME}/Dockerfile \ 19 | ./tools/${REPO_NAME} 20 | 21 | # Clean up source code 22 | rm -fdr ./tools/${REPO_NAME} 23 | 24 | docker push ${GCR_REPO} 25 | -------------------------------------------------------------------------------- /icons/tools/rasterize.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | SIZES=(128 256) 4 | 5 | docker build -t svgconvertor:latest -f tools/Dockerfile . 6 | 7 | total=$(($(ls svg/*/*/* | wc -l) * "${#SIZES[@]}")) 8 | counter=1 9 | 10 | for size in "${SIZES[@]}"; do 11 | for svg in $(ls svg/*/*/* | cut -b 5-); do 12 | dir=$(echo $svg | cut -d / -f-2) 13 | mkdir -p png/$dir 14 | output=png/${svg%%.*}-$size.png 15 | echo "[$counter/$total] Generating $output" 16 | # Only specify the width, since we know heptagons are wider than they 17 | # are tall. The tool will automatically retain the source aspect ratio. 18 | docker run --rm -v $(pwd)/svg:/convertor svgconvertor:latest $svg -w $size > $output 19 | counter=$[$counter +1] 20 | done 21 | done 22 | -------------------------------------------------------------------------------- /icons/tools/update-everything.sh: -------------------------------------------------------------------------------- 1 | #/bin/bash 2 | 3 | ./tools/rasterize.sh 4 | ./tools/update-visio.sh -------------------------------------------------------------------------------- /icons/tools/update-visio.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ICONS_PATH=${PWD} 4 | DOCKER_IMAGE_REPO="k8s.gcr.io/visio-stencil-creator:v1.0" 5 | 6 | # Run docker image that generates Visio stencil 7 | # using png images. 8 | docker run \ 9 | -v ${ICONS_PATH}:/app/content \ 10 | ${DOCKER_IMAGE_REPO} \ 11 | "--image-pattern=**/labeled/*-256.png" \ 12 | "--image-path=/app/content/png" \ 13 | "--output-filename=/app/content/visio/kubernetes-visio-stencil.vssx" 14 | -------------------------------------------------------------------------------- /icons/visio/kubernetes-visio-stencil.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/icons/visio/kubernetes-visio-stencil.vssx -------------------------------------------------------------------------------- /kubernetes_governance_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/kubernetes_governance_diagram.png -------------------------------------------------------------------------------- /mentoring/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - nikhita 5 | - sig-contributor-experience-leads 6 | emeritus_approvers: 7 | - markyjackson-taulia # for community-bridge and meeting bosun 8 | - parispittman # processes and programs and logos 9 | labels: 10 | - sig/contributor-experience 11 | - area/mentorship-planning 12 | -------------------------------------------------------------------------------- /mentoring/mentoring-logos/do-not-use.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/mentoring-logos/do-not-use.ai -------------------------------------------------------------------------------- /mentoring/mentoring-logos/do-not-use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/mentoring-logos/do-not-use.png -------------------------------------------------------------------------------- /mentoring/mentoring-logos/mentoring-logo.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/mentoring-logos/mentoring-logo.ai -------------------------------------------------------------------------------- /mentoring/mentoring-logos/mentoring-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/mentoring-logos/mentoring-logo.png -------------------------------------------------------------------------------- /mentoring/new-contributor-orientation/nco-slides/TEMPLATE [MONTH] New Contributor Orientation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/new-contributor-orientation/nco-slides/TEMPLATE [MONTH] New Contributor Orientation.pdf -------------------------------------------------------------------------------- /mentoring/new-contributor-orientation/nco-slides/[April 2025] New Contributor Orientation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/new-contributor-orientation/nco-slides/[April 2025] New Contributor Orientation.pdf -------------------------------------------------------------------------------- /mentoring/new-contributor-orientation/nco-slides/[September] New Contributor Orientation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/new-contributor-orientation/nco-slides/[September] New Contributor Orientation.pdf -------------------------------------------------------------------------------- /mentoring/processes/README.md: -------------------------------------------------------------------------------- 1 | future home of all mentoring process documentation 2 | -------------------------------------------------------------------------------- /mentoring/programs/README.md: -------------------------------------------------------------------------------- 1 | # Home of the Kubernetes Mentoring Program 2 | 3 | ## Meetings 4 | 5 | Currently, the mentoring meeting happens in conjunction with the New Contributor Workshop meeting which is held bi-weekly on Monday at 16:00. 6 | -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - alisondy 3 | - guineveresaenger 4 | - jberkus 5 | - jeefy 6 | - tpepper 7 | 8 | approvers: 9 | - alisondy 10 | - guineveresaenger 11 | - jberkus 12 | - jeefy 13 | - tpepper 14 | 15 | labels: 16 | - area/mentorship-planning 17 | - sig/contributor-experience -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/guides/obssettings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/programs/contributor-workshop/guides/obssettings.png -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/guides/presenterexitfullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/programs/contributor-workshop/guides/presenterexitfullscreen.png -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/guides/presenterfullscreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/programs/contributor-workshop/guides/presenterfullscreen.png -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/guides/presenterview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/programs/contributor-workshop/guides/presenterview.png -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/guides/presenterviewandslides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/programs/contributor-workshop/guides/presenterviewandslides.png -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/guides/presenterwindowed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/programs/contributor-workshop/guides/presenterwindowed.png -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/guides/slidesnotabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/programs/contributor-workshop/guides/slidesnotabs.png -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/guides/slideswithtabs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/mentoring/programs/contributor-workshop/guides/slideswithtabs.png -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/live-workshop/community-groups.md: -------------------------------------------------------------------------------- 1 | ## Community Groups 2 | 3 | ### Duration 4 | 5 | 15 minutes 6 | 7 | ### Task Overview 8 | 9 | Introduce SIGs, Working Groups, and a tiny bit of governance (if you must). 10 | 11 | ### Slides 12 | 13 | Refer to previous workshops for inspirations. 14 | 15 | ### Details To Cover 16 | 17 | - SIGs 18 | - Subprojects 19 | - Working Groups 20 | - Committees 21 | - How to Join Any Of The Above 22 | 23 | ### Ideas 24 | 25 | - Stay simple. Don't make it too complicated. 26 | - Ask participants to define a few example SIGs via audience interaction. -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/live-workshop/contributor-paths.md: -------------------------------------------------------------------------------- 1 | ## Contributor Paths 2 | 3 | ### Duration 4 | 5 | 10-30 minutes 6 | 7 | ### Task Overview 8 | 9 | This is about contributor origin stories. 10 | 11 | ### Slides 12 | 13 | Refer to previous workshops for inspirations 14 | 15 | ### Details To Cover 16 | 17 | - Who can contribute? 18 | - What skills are needed? 19 | - How to Fit Contributions Into Your Job 20 | - Balance knowledge with learning and the needs of the project 21 | 22 | ### Ideas 23 | 24 | - Share some contributor origin stories 25 | - Ask the room why they are at the workshop 26 | - Have a few people share their thoughts 27 | -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/live-workshop/labels-and-bots.md: -------------------------------------------------------------------------------- 1 | ## Labels and Bots 2 | 3 | ### Duration 4 | 5 | 10 - 15 minutes 6 | 7 | ### Task Overview 8 | 9 | Show the Kubernetes automation and PR workflow, as well as the bot command help page. 10 | This task is meant as a short overview for Intermediate content. 11 | 12 | ### Slides 13 | 14 | The [PR workflow diagram](https://git.k8s.io/community/blob/master/contributors/guide/git_workflow.png) is useful here. There are also previous slides that explain the differnet labels. 15 | 16 | ### Details To Cover 17 | 18 | - Which labels are used how, and by whom? 19 | - How to add labels 20 | - Other bot commands 21 | - Prow 22 | 23 | ### Ideas 24 | 25 | - Play with bots in the [contributor playground](https://sigs.k8s.io/contributor-playground) 26 | -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/live-workshop/repo-tour.md: -------------------------------------------------------------------------------- 1 | ## Repo Tour 2 | 3 | ### Duration 4 | 5 | 10 - 15 minutes 6 | 7 | ### Task Overview 8 | 9 | Show that Kubernetes is not just about the Core Repository, but also about the other repos in the org and in kubernetes-sigs. 10 | 11 | ### Slides 12 | 13 | Have a few overview slides, but also go off-book and live show the repos on GitHub. 14 | 15 | ### Details To Cover 16 | 17 | - k/website, k/test-infra, k/community, k/enhancements, with explanations 18 | - Exciting things in kubernetes-sigs 19 | 20 | 21 | ### Ideas 22 | 23 | - Ask participants if they have found or are interested in specific repos, and share about their purpose. 24 | - Mention which repos need help, or have awesome good-first-issue shepherding from maintainers! -------------------------------------------------------------------------------- /mentoring/programs/contributor-workshop/live-workshop/workspace-setup.md: -------------------------------------------------------------------------------- 1 | ## Workspace Setup 2 | 3 | ### Duration 4 | 5 | Plan for 90- 120 minutes of download and setup time when on wifi. When on a workshop specific network, this may be much shortened. 6 | 7 | ### Task Overview 8 | 9 | Make sure all Beginning Contributors have a workspace setup for hacking on Kubernetes. 10 | 11 | **Important** Have facilitators to help with technical issues (3-5 for ~30 people) 12 | 13 | ### Slides 14 | 15 | Clear and large download commands to copy into the terminal. 16 | 17 | ### Details To Cover 18 | 19 | - Make sure everyone has the correct setup for a local build and test demo. 20 | 21 | ### Ideas 22 | 23 | - Have a dedicated workshop network. 24 | - When internet is slow, start the download and prep process during earlier sessions, to make sure everyone is up to date. 25 | -------------------------------------------------------------------------------- /mentoring/programs/google-season-of-docs.md: -------------------------------------------------------------------------------- 1 | # Google Season of Docs 2 | 3 | Google [Season of Docs](https://developers.google.com/season-of-docs) (GSoD) gives technical writers an opportunity to work with open source projects. 4 | 5 | More details about the LFX Mentorship program you may find at the [CNCF Mentoring repo](https://github.com/cncf/mentoring/blob/main/README.md). 6 | -------------------------------------------------------------------------------- /mentoring/programs/lfx-mentorship.md: -------------------------------------------------------------------------------- 1 | # LFX Mentorship (ex-Community Bridge) by The Linux Foundation 2 | 3 | [LFX Mentorship](https://lfx.linuxfoundation.org/tools/mentorship/) (previously known as Community Bridge) is a platform Developed by the Linux Foundation, which accelerates the adoption, innovation, and sustainability of open source software. 4 | 5 | LFX Mentorship is actively used by the Cloud Native Computing Foundation as a mentorship platform across the CNCF projects. 6 | 7 | More details about the LFX Mentorship program you may find at the [CNCF Mentoring repo](https://github.com/cncf/mentoring/blob/main/programs/lfx-mentorship/README.md). 8 | -------------------------------------------------------------------------------- /sig-api-machinery/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-api-machinery-leads 5 | approvers: 6 | - sig-api-machinery-leads 7 | labels: 8 | - sig/api-machinery 9 | -------------------------------------------------------------------------------- /sig-apps/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-apps-leads 5 | approvers: 6 | - sig-apps-leads 7 | labels: 8 | - sig/apps 9 | -------------------------------------------------------------------------------- /sig-apps/minutes/2016-05-25.md: -------------------------------------------------------------------------------- 1 | # May 25, 2016 2 | 3 | * Intro by Michelle 4 | * Mike Metral from Rackspace demo 5 | * Recursively process configuration files with the -R flag 6 | * Discuss the survey 7 | * Gabe from Deis, Mike from Red Hat, and Doug Davis from IBM are willing to chip in. 8 | * How can we provide Prashanth and pet sets feedback? 9 | * We need some docs on how to use it with some examples (2) that you can copy and paste. 10 | * Lack of examples and docs is a blocker for new k8s feature adoption. 11 | 12 | Watch the [recording](https://vimeo.com/168816241) 13 | -------------------------------------------------------------------------------- /sig-apps/minutes/2016-07-06.md: -------------------------------------------------------------------------------- 1 | # July 6, 2016 2 | 3 | - Matt Farina gave an introduction and overview of the agenda 4 | - Chris Love gave a demo of his Cassandra cluster 5 | - It was a great example of PetSet in action 6 | - His demo application is located at https://github.com/k8s-for-greeks/gpmr 7 | - Matt Farina gave an update on the analysis of the sig-apps survey 8 | - He will reach out to those interested in helping analyze the data 9 | - It's not too late to volunteer to help. Contact @mattfarina for more. 10 | 11 | 12 | Watch the [recording](https://youtu.be/J-HWkEp8GcA). 13 | -------------------------------------------------------------------------------- /sig-apps/minutes/2016-07-20.md: -------------------------------------------------------------------------------- 1 | # July 20, 2016 2 | 3 | - Michelle Noorali gave an introduction and overview of the agenda 4 | - Janet Kuo gave an overview of Deployment features 5 | - See her [blog post](https://kubernetes.io/blog/2016/04/using-deployment-objects-with/) 6 | - See used [minikube](https://github.com/kubernetes/minikube) for the local cluster set up during her demo 7 | - Saad Ali gave an overview of Volume features and things to look forward to around Volumes 8 | - Check out his [presentation](https://docs.google.com/presentation/d/17w7GqwGE8kO9WPNAO1qC8NyS7dRw_oLBwqKznD9WqUs) 9 | - We are looking forward to the sig-apps survey results next week 10 | 11 | Watch the [recording](https://youtu.be/DrLGxkFdDNc?list=PLI1CvzwXi1cUVsxm2QBIyJgeCkf62ylun). 12 | -------------------------------------------------------------------------------- /sig-apps/minutes/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - EnergyLiYN 5 | approvers: 6 | - EnergyLiYN 7 | -------------------------------------------------------------------------------- /sig-apps/minutes/README.md: -------------------------------------------------------------------------------- 1 | [Minutes have moved to Google Docs](https://docs.google.com/document/d/1LZLBGW2wRDwAfdBNHJjFfk9CFoyZPcIYGWU7R1PQ3ng/edit#). 2 | -------------------------------------------------------------------------------- /sig-architecture/Kubernetes_PRR_Survey_2020Q1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-architecture/Kubernetes_PRR_Survey_2020Q1.pdf -------------------------------------------------------------------------------- /sig-architecture/Kubernetes_PRR_Survey_2021Q2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-architecture/Kubernetes_PRR_Survey_2021Q2.pdf -------------------------------------------------------------------------------- /sig-architecture/Kubernetes_PRR_Survey_2022Q2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-architecture/Kubernetes_PRR_Survey_2022Q2.pdf -------------------------------------------------------------------------------- /sig-architecture/Kubernetes_PRR_Survey_2023Q2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-architecture/Kubernetes_PRR_Survey_2023Q2.pdf -------------------------------------------------------------------------------- /sig-architecture/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-architecture-leads 5 | approvers: 6 | - sig-architecture-leads 7 | labels: 8 | - sig/architecture 9 | -------------------------------------------------------------------------------- /sig-auth/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-auth-leads 5 | approvers: 6 | - sig-auth-leads 7 | labels: 8 | - sig/auth 9 | -------------------------------------------------------------------------------- /sig-autoscaling/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-autoscaling-leads 5 | approvers: 6 | - sig-autoscaling-leads 7 | labels: 8 | - sig/autoscaling 9 | -------------------------------------------------------------------------------- /sig-cli/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-cli-leads 5 | approvers: 6 | - sig-cli-leads 7 | labels: 8 | - sig/cli 9 | -------------------------------------------------------------------------------- /sig-cli/migrated-from-wiki/README.md: -------------------------------------------------------------------------------- 1 | The content in here has been migrated from https://github.com/kubernetes/community/wiki and is likely severely out of date. Please contact this SIG if you have questions or ideas about where this content should go. 2 | -------------------------------------------------------------------------------- /sig-cloud-provider/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-cloud-provider-leads 5 | approvers: 6 | - sig-cloud-provider-leads 7 | labels: 8 | - sig/cloud-provider 9 | -------------------------------------------------------------------------------- /sig-cloud-provider/cloud-provider-extraction-migration/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - andrewsykim 5 | - cheftako 6 | - nckturner 7 | approvers: 8 | - andrewsykim 9 | - cheftako 10 | - nckturner 11 | emeritus_approvers: 12 | - mcrute 13 | labels: 14 | - sig/cloud-provider 15 | -------------------------------------------------------------------------------- /sig-cluster-lifecycle/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-cluster-lifecycle-leads 5 | approvers: 6 | - sig-cluster-lifecycle-leads 7 | labels: 8 | - sig/cluster-lifecycle 9 | -------------------------------------------------------------------------------- /sig-cluster-lifecycle/migrated-from-wiki/README.md: -------------------------------------------------------------------------------- 1 | The content in here has been migrated from https://github.com/kubernetes/community/wiki and is likely severely out of date. Please contact this SIG if you have questions or ideas about where this content should go. 2 | -------------------------------------------------------------------------------- /sig-contributor-experience/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-contributor-experience-leads 5 | approvers: 6 | - sig-contributor-experience-leads 7 | labels: 8 | - sig/contributor-experience 9 | -------------------------------------------------------------------------------- /sig-contributor-experience/devstats/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - dims 5 | - jberkus 6 | - LappleApple 7 | - mrbobbytables 8 | emeritus_approvers: 9 | - lukaszgryglicki 10 | - Phillels 11 | - spiffxp 12 | labels: 13 | - sig/contributor-experience 14 | - area/devstats 15 | -------------------------------------------------------------------------------- /sig-contributor-experience/meeting-notes-archive/README.md: -------------------------------------------------------------------------------- 1 | # Archiving meeting notes 2 | 3 | At the beginning of each year, archive the old Google docs into this repo to improve the performance of the current doc. 4 | 5 | ### Convert meeting notes into markdown: 6 | 7 | 1. Make sure you have a document (new or exisiting) with exactly the content you wish to store. 8 | 2. Install [Docs2Markdown](https://github.com/evbacher/gd2md-html/wiki#using-docs-to-markdown) 9 | 3. Open up Google Doc > Add-ons > Docs2Markdown > Convert [Markdown] (taking the unselected defaults) 10 | 4. Select the output and paste into a document 11 | 5. Clean up any reported errors (usually from embedded images) 12 | 6. Add the new document to this repository 13 | -------------------------------------------------------------------------------- /sig-contributor-experience/role-handbooks/new-contributor-ambassador.md: -------------------------------------------------------------------------------- 1 | Future home of the role and responsibility of a new ambassador lead and/or team 2 | 3 | # In Scope 4 | helping contributors add value to contributor experience and/or the community repo 5 | 6 | # Out of Scope 7 | all other sigs or wgs 8 | 9 | 10 | 11 | # TODO 12 | 13 | Overview 14 | Responsibilities 15 | Program(s) 16 | People Involved 17 | -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_113_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_113_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_115_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_115_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_117_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_117_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_119_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_119_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_123_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_123_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_127_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_127_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_131_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_131_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_133_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_133_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_135_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_135_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_137_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_137_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_139_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_139_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_141_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_141_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_143_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_143_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_146_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_146_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_148_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_148_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_166_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_166_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_50_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_50_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_52_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_52_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_54_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_54_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_59_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_59_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_62_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_62_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_66_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_66_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_70_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_70_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_72_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_72_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_75_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_75_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_77_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_77_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_79_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_79_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_82_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_82_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_84_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_84_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_86_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_86_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_88_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_88_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_90_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_90_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/README_92_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/README_92_0.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/blockers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/blockers.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/channel-freq-contribladderint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/channel-freq-contribladderint.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/channel-freq-contriblength.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/channel-freq-contriblength.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/channel-freq-contriblvl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/channel-freq-contriblvl.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/channel-frequency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/channel-frequency.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/commmtg-contriblength.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/commmtg-contriblength.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/contriblength-contriblvl-linechart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/contriblength-contriblvl-linechart.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/contriblength.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/contriblength.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/contriblvlint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/contriblvlint.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/contribnews-contriblvl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/contribnews-contriblvl.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/contribnxtlvl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/contribnxtlvl.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/contribregions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/contribregions.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/emplsupport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/emplsupport.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/gsocoutreachyint-compmentorsupport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/gsocoutreachyint-compmentorsupport.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/infrastatements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/infrastatements.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/mailinglistfreq-contriblength.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/mailinglistfreq-contriblength.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/mailinglistfreq-contriblvl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/mailinglistfreq-contriblvl.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/mostimpproj-contriblength.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/mostimpproj-contriblength.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/mostimpproj-contriblvl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/mostimpproj-contriblvl.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/mostimpproj-contriblvlint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/mostimpproj-contriblvlint.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/nosummit-contriblength.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/nosummit-contriblength.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/nosummit-contriblvl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/nosummit-contriblvl.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/nosummit-empsupport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/nosummit-empsupport.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/nosummit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/nosummit.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/otherossproj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/otherossproj.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/respbyday-contriblength-noofrepos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/respbyday-contriblength-noofrepos.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/respbyday-intnxtlvl-noofrepos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/respbyday-intnxtlvl-noofrepos.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/respbyday-levelofcontrib-noofrepos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/respbyday-levelofcontrib-noofrepos.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/respbyday.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/respbyday.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/testfailures-twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/testfailures-twitter.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/youtube-contriblvlint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/youtube-contriblvlint.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/2019/images/youtubefreq-contriblength.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/2019/images/youtubefreq-contriblength.png -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/README.md: -------------------------------------------------------------------------------- 1 | # Survey Analysis 2 | 3 | This directory contains the analysis of surveys given to the contributor community. 4 | Each individual survey's data and corresponding analysis are found in the directory 5 | named after the corresponding year. The README.md in those directories contains the 6 | full analysis done. For space reasons, the notebooks from which the README.md files 7 | are derived have been cleared of output. 8 | 9 | In addition to the individual year analysis, multi-year comparisons can be found 10 | in `multi_year_comparisons`. 11 | 12 | To run the notebooks on your own, the following packages are required: 13 | 14 | * pandas 15 | * plotnine 16 | * numpy 17 | -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/k8s_survey_analysis/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-contributor-experience/surveys/k8s_survey_analysis/__init__.py -------------------------------------------------------------------------------- /sig-docs/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-docs-leads 5 | approvers: 6 | - sig-docs-leads 7 | labels: 8 | - sig/docs 9 | -------------------------------------------------------------------------------- /sig-docs/devstats/devstats-quarter-2021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-docs/devstats/devstats-quarter-2021.png -------------------------------------------------------------------------------- /sig-docs/meeting-notes-archive/README.md: -------------------------------------------------------------------------------- 1 | # Archiving meeting minutes 2 | 3 | At the beginning of each year, archive the old Google docs into this repo to improve the performance of the current doc. 4 | 5 | ### Convert meeting minutes into markdown: 6 | 7 | 1. Make sure you have a document (new or exisiting) with exactly the content you wish to store. 8 | 2. Install [Docs2Markdown](https://github.com/evbacher/gd2md-html/wiki#using-docs-to-markdown) 9 | 3. Open up Google Doc > Add-ons > Docs2Markdown > Convert [Markdown] (taking the unselected defaults) 10 | 4. Select the output and paste into a document 11 | 5. Add the new document to this repository 12 | 13 | > Message #sig-docs on slack if you need help! 14 | -------------------------------------------------------------------------------- /sig-docs/migrated-from-wiki/README.md: -------------------------------------------------------------------------------- 1 | The content in here has been migrated from https://github.com/kubernetes/community/wiki and is likely severely out of date. Please contact this SIG if you have questions or ideas about where this content should go. 2 | -------------------------------------------------------------------------------- /sig-docs/survey/2019SIGDocsSurveyRaw.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-docs/survey/2019SIGDocsSurveyRaw.ods -------------------------------------------------------------------------------- /sig-docs/survey/2019SIGDocsSurveyResultsCharts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-docs/survey/2019SIGDocsSurveyResultsCharts.pdf -------------------------------------------------------------------------------- /sig-etcd/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-etcd-leads 5 | approvers: 6 | - sig-etcd-leads 7 | labels: 8 | - sig/etcd 9 | -------------------------------------------------------------------------------- /sig-instrumentation/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-instrumentation-leads 5 | approvers: 6 | - sig-instrumentation-leads 7 | labels: 8 | - sig/instrumentation 9 | -------------------------------------------------------------------------------- /sig-instrumentation/archive/2022-kubelet-tracing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-instrumentation/archive/2022-kubelet-tracing.png -------------------------------------------------------------------------------- /sig-k8s-infra/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-k8s-infra-leads 5 | approvers: 6 | - sig-k8s-infra-leads 7 | labels: 8 | - sig/k8s-infra 9 | -------------------------------------------------------------------------------- /sig-multicluster/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-multicluster-leads 5 | approvers: 6 | - sig-multicluster-leads 7 | labels: 8 | - sig/multicluster 9 | -------------------------------------------------------------------------------- /sig-network/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-network-leads 5 | approvers: 6 | - sig-network-leads 7 | labels: 8 | - sig/network 9 | -------------------------------------------------------------------------------- /sig-node/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-node-leads 5 | approvers: 6 | - sig-node-leads 7 | emeritus_approvers: 8 | - ehashman 9 | labels: 10 | - sig/node 11 | -------------------------------------------------------------------------------- /sig-node/archive/ci-subgroup-notes-2025.md: -------------------------------------------------------------------------------- 1 | # Kubernetes SIG-Node CI subgroup notes 2 | 3 | ## Jan 8, 2025 4 | Hosts: 5 | Tests: 6 | Bugs triaging 7 | 8 | Agenda: 9 | 10 | - Test-Infra Cleanup 11 | - NodeSpecialFeature / NodeAlphaFeature has been dropped and CI looks great 12 | - Replicate NodeFeature and Feature 13 | - [https://github.com/kubernetes/kubernetes/pull/129166](https://github.com/kubernetes/kubernetes/pull/129166) 14 | - CI Containerd 2 migration 15 | - [https://github.com/kubernetes/test-infra/issues/34063](https://github.com/kubernetes/test-infra/issues/34063) 16 | - Job config generation 17 | - [https://github.com/kubernetes/test-infra/pull/34010](https://github.com/kubernetes/test-infra/pull/34010) 18 | -------------------------------------------------------------------------------- /sig-release/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-release-subproject-leads 5 | approvers: 6 | - sig-release-leads 7 | labels: 8 | - sig/release 9 | -------------------------------------------------------------------------------- /sig-scalability/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-scalability-leads 5 | approvers: 6 | - sig-scalability-leads 7 | labels: 8 | - sig/scalability 9 | -------------------------------------------------------------------------------- /sig-scalability/blogs/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - shyamjvs 5 | - wojtek-t 6 | -------------------------------------------------------------------------------- /sig-scalability/configs-and-limits/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - shyamjvs 5 | - wojtek-t 6 | -------------------------------------------------------------------------------- /sig-scalability/configs-and-limits/scalability-envelope.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/sig-scalability/configs-and-limits/scalability-envelope.png -------------------------------------------------------------------------------- /sig-scalability/governance/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - countspongebob 5 | - shyamjvs 6 | - wojtek-t 7 | -------------------------------------------------------------------------------- /sig-scalability/processes/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - shyamjvs 5 | - wojtek-t 6 | -------------------------------------------------------------------------------- /sig-scalability/slos/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | approvers: 4 | - shyamjvs 5 | - wojtek-t 6 | -------------------------------------------------------------------------------- /sig-scalability/slos/api_extensions_latency.md: -------------------------------------------------------------------------------- 1 | ## API call extension points latency SLIs details 2 | 3 | ### Definition 4 | 5 | | Status | SLI | 6 | | --- | --- | 7 | | WIP | Admission latency for each admission plugin type, measured as 99th percentile over last 5 minutes | 8 | | WIP | Webhook call latency for each webhook type, measured as 99th percentile over last 5 minutes 9 | 10 | ### User stories 11 | - As an administrator, if API calls are slow, I would like to know if this is 12 | because slow extension points (admission plugins, webhooks) and if so which ones 13 | are responsible for it. 14 | -------------------------------------------------------------------------------- /sig-scheduling/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-scheduling-leads 5 | approvers: 6 | - sig-scheduling-leads 7 | labels: 8 | - sig/scheduling 9 | -------------------------------------------------------------------------------- /sig-security/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-security-leads 5 | approvers: 6 | - sig-security-leads 7 | labels: 8 | - sig/security 9 | -------------------------------------------------------------------------------- /sig-storage/1.3-retrospective/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - saad-ali 5 | - EnergyLiYN 6 | approvers: 7 | - saad-ali 8 | - EnergyLiYN 9 | -------------------------------------------------------------------------------- /sig-storage/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-storage-leads 5 | approvers: 6 | - sig-storage-leads 7 | labels: 8 | - sig/storage 9 | -------------------------------------------------------------------------------- /sig-storage/archive/README.md: -------------------------------------------------------------------------------- 1 | # SIG Storage Historical Meeting Notes 2 | 3 | This contains the historical archives from the SIG Storage meetings. 4 | 5 | Current active meeting notes can be found in the working document used by the 6 | SIG. For links to this document, and for current meeting details, please refer 7 | to the [SIG Storage README](../README.md) for details. 8 | 9 | ## Meeting Archives 10 | 11 | * [2019](meeting-notes-2019.md) 12 | * [2018](meeting-notes-2018.md) 13 | * [2017](meeting-notes-2017.md) 14 | * [2016](meeting-notes-2016.md) 15 | -------------------------------------------------------------------------------- /sig-testing/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-testing-leads 5 | - sig-testing-subproject-leads 6 | approvers: 7 | - sig-testing-leads 8 | labels: 9 | - sig/testing 10 | -------------------------------------------------------------------------------- /sig-ui/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-ui-leads 5 | approvers: 6 | - sig-ui-leads 7 | labels: 8 | - sig/ui 9 | -------------------------------------------------------------------------------- /sig-windows/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - sig-windows-leads 5 | approvers: 6 | - sig-windows-leads 7 | labels: 8 | - sig/windows 9 | -------------------------------------------------------------------------------- /wg-data-protection/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-data-protection-leads 5 | approvers: 6 | - wg-data-protection-leads 7 | labels: 8 | - wg/data-protection 9 | -------------------------------------------------------------------------------- /wg-data-protection/figures/Backup_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/wg-data-protection/figures/Backup_workflow.png -------------------------------------------------------------------------------- /wg-data-protection/figures/Backup_workflow_with_differential_snapshots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/wg-data-protection/figures/Backup_workflow_with_differential_snapshots.png -------------------------------------------------------------------------------- /wg-data-protection/figures/Restore_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/e40e687af49428639351b45606f16c618c1e84fa/wg-data-protection/figures/Restore_workflow.png -------------------------------------------------------------------------------- /wg-policy/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-policy-leads 5 | approvers: 6 | - wg-policy-leads 7 | labels: 8 | - wg/policy 9 | -------------------------------------------------------------------------------- /wg-serving/OWNERS: -------------------------------------------------------------------------------- 1 | # See the OWNERS docs at https://go.k8s.io/owners 2 | 3 | reviewers: 4 | - wg-serving-leads 5 | approvers: 6 | - wg-serving-leads 7 | labels: 8 | - wg/serving 9 | --------------------------------------------------------------------------------