├── .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-policy │ ├── OWNERS │ ├── README.md │ ├── annual-report-2022.md │ ├── annual-report-2023.md │ └── annual-report-2024.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-backup │ ├── README.md │ ├── channelid1.jpeg │ ├── channelid2.jpeg │ ├── channelid3.jpeg │ ├── channelid4.jpeg │ ├── cookielogin.jpeg │ ├── createcredential.jpeg │ ├── export.png │ ├── exportdata1.jpeg │ ├── exportdata2.jpeg │ ├── getcookie.jpeg │ ├── login.jpeg │ └── runwizard.jpeg ├── 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-k8s-infra │ │ ├── OWNERS │ │ └── config.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 ├── slack-migration-faq.md ├── website-guidelines.md ├── youtube │ ├── OWNERS │ ├── README.md │ ├── streaming-config.md │ ├── youtube-guidelines.md │ ├── youtube-publish-automation.md │ └── zapier-workflow-for-k8s-community-youtube.png └── 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 │ ├── 2025 │ │ ├── OWNERS │ │ ├── README.md │ │ ├── ballots.csv │ │ ├── candidate-katcosgrove.md │ │ ├── candidate-natalisucks.md │ │ ├── candidate-pacoxu.md │ │ ├── candidate-priyankasaggu11929.md │ │ ├── candidate-ritazh.md │ │ ├── candidate-soltysh.md │ │ ├── candidate-stmcginnis.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-tool.go ├── verify-steering-election-tool_test.go ├── 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 └── terminology.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-node-kep-wrangler-program.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-ai-conformance ├── OWNERS ├── README.md └── charter.md ├── wg-ai-gateway ├── OWNERS ├── README.md └── charter.md ├── wg-ai-integration ├── OWNERS ├── README.md └── charter.md ├── wg-batch ├── README.md ├── annual-report-2022.md ├── annual-report-2023.md ├── annual-report-2024.md └── charter.md ├── wg-checkpoint-restore ├── OWNERS ├── README.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-node-lifecycle ├── OWNERS ├── README.md └── charter.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: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/.generated_files -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/comms-request.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/.github/ISSUE_TEMPLATE/comms-request.yaml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/election-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/.github/ISSUE_TEMPLATE/election-request.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/general-issue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/.github/ISSUE_TEMPLATE/general-issue.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/slack-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/.github/ISSUE_TEMPLATE/slack-request.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/survey-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/.github/ISSUE_TEMPLATE/survey-request.yml -------------------------------------------------------------------------------- /.github/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/.github/OWNERS -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/.gitignore -------------------------------------------------------------------------------- /CLA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/CLA.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/Makefile -------------------------------------------------------------------------------- /OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/OWNERS -------------------------------------------------------------------------------- /OWNERS_ALIASES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/OWNERS_ALIASES -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/SECURITY.md -------------------------------------------------------------------------------- /SECURITY_CONTACTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/SECURITY_CONTACTS -------------------------------------------------------------------------------- /SIG-diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/SIG-diagram.png -------------------------------------------------------------------------------- /SIG-diagram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/SIG-diagram.svg -------------------------------------------------------------------------------- /archive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/README.md -------------------------------------------------------------------------------- /archive/incubator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/incubator.md -------------------------------------------------------------------------------- /archive/sig-cluster-ops/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-cluster-ops/OWNERS -------------------------------------------------------------------------------- /archive/sig-cluster-ops/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-cluster-ops/README.md -------------------------------------------------------------------------------- /archive/sig-configuration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-configuration/README.md -------------------------------------------------------------------------------- /archive/sig-on-premise/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-on-premise/README.md -------------------------------------------------------------------------------- /archive/sig-pm/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-pm/OWNERS -------------------------------------------------------------------------------- /archive/sig-pm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-pm/README.md -------------------------------------------------------------------------------- /archive/sig-rktnetes/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-rktnetes/OWNERS -------------------------------------------------------------------------------- /archive/sig-rktnetes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-rktnetes/README.md -------------------------------------------------------------------------------- /archive/sig-service-catalog/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-service-catalog/OWNERS -------------------------------------------------------------------------------- /archive/sig-service-catalog/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-service-catalog/README.md -------------------------------------------------------------------------------- /archive/sig-service-catalog/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-service-catalog/charter.md -------------------------------------------------------------------------------- /archive/sig-usability/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-usability/OWNERS -------------------------------------------------------------------------------- /archive/sig-usability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-usability/README.md -------------------------------------------------------------------------------- /archive/sig-usability/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-usability/annual-report-2020.md -------------------------------------------------------------------------------- /archive/sig-usability/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-usability/annual-report-2022.md -------------------------------------------------------------------------------- /archive/sig-usability/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/sig-usability/charter.md -------------------------------------------------------------------------------- /archive/ug-big-data/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/ug-big-data/OWNERS -------------------------------------------------------------------------------- /archive/ug-big-data/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/ug-big-data/README.md -------------------------------------------------------------------------------- /archive/ug-big-data/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/ug-big-data/resources.md -------------------------------------------------------------------------------- /archive/ug-vmware-users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/ug-vmware-users/README.md -------------------------------------------------------------------------------- /archive/wg-api-expression/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-api-expression/OWNERS -------------------------------------------------------------------------------- /archive/wg-api-expression/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-api-expression/README.md -------------------------------------------------------------------------------- /archive/wg-app-def/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-app-def/OWNERS -------------------------------------------------------------------------------- /archive/wg-app-def/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-app-def/README.md -------------------------------------------------------------------------------- /archive/wg-apply/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-apply/OWNERS -------------------------------------------------------------------------------- /archive/wg-apply/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-apply/README.md -------------------------------------------------------------------------------- /archive/wg-component-standard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-component-standard/README.md -------------------------------------------------------------------------------- /archive/wg-container-identity/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-container-identity/OWNERS -------------------------------------------------------------------------------- /archive/wg-container-identity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-container-identity/README.md -------------------------------------------------------------------------------- /archive/wg-iot-edge/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-iot-edge/OWNERS -------------------------------------------------------------------------------- /archive/wg-iot-edge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-iot-edge/README.md -------------------------------------------------------------------------------- /archive/wg-iot-edge/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-iot-edge/annual-report-2022.md -------------------------------------------------------------------------------- /archive/wg-iot-edge/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-iot-edge/annual-report-2023.md -------------------------------------------------------------------------------- /archive/wg-kubeadm-adoption/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-kubeadm-adoption/OWNERS -------------------------------------------------------------------------------- /archive/wg-kubeadm-adoption/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-kubeadm-adoption/README.md -------------------------------------------------------------------------------- /archive/wg-lts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-lts/README.md -------------------------------------------------------------------------------- /archive/wg-lts/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-lts/charter.md -------------------------------------------------------------------------------- /archive/wg-machine-learning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-machine-learning/README.md -------------------------------------------------------------------------------- /archive/wg-multitenancy/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-multitenancy/OWNERS -------------------------------------------------------------------------------- /archive/wg-multitenancy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-multitenancy/README.md -------------------------------------------------------------------------------- /archive/wg-naming/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-naming/OWNERS -------------------------------------------------------------------------------- /archive/wg-naming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-naming/README.md -------------------------------------------------------------------------------- /archive/wg-naming/governance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-naming/governance.md -------------------------------------------------------------------------------- /archive/wg-policy/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-policy/OWNERS -------------------------------------------------------------------------------- /archive/wg-policy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-policy/README.md -------------------------------------------------------------------------------- /archive/wg-policy/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-policy/annual-report-2022.md -------------------------------------------------------------------------------- /archive/wg-policy/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-policy/annual-report-2023.md -------------------------------------------------------------------------------- /archive/wg-policy/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-policy/annual-report-2024.md -------------------------------------------------------------------------------- /archive/wg-reliability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-reliability/README.md -------------------------------------------------------------------------------- /archive/wg-reliability/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-reliability/charter.md -------------------------------------------------------------------------------- /archive/wg-resource-management/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-resource-management/OWNERS -------------------------------------------------------------------------------- /archive/wg-resource-management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-resource-management/README.md -------------------------------------------------------------------------------- /archive/wg-security-audit/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-security-audit/OWNERS -------------------------------------------------------------------------------- /archive/wg-security-audit/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/archive/wg-security-audit/README.md -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/code-of-conduct.md -------------------------------------------------------------------------------- /committee-code-of-conduct/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/committee-code-of-conduct/OWNERS -------------------------------------------------------------------------------- /committee-code-of-conduct/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/committee-code-of-conduct/README.md -------------------------------------------------------------------------------- /committee-code-of-conduct/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/committee-code-of-conduct/charter.md -------------------------------------------------------------------------------- /committee-code-of-conduct/election.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/committee-code-of-conduct/election.md -------------------------------------------------------------------------------- /committee-security-response/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/committee-security-response/OWNERS -------------------------------------------------------------------------------- /committee-security-response/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/committee-security-response/README.md -------------------------------------------------------------------------------- /committee-steering/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/committee-steering/OWNERS -------------------------------------------------------------------------------- /committee-steering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/committee-steering/README.md -------------------------------------------------------------------------------- /committee-steering/governance/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/committee-steering/governance/FAQ.md -------------------------------------------------------------------------------- /committee-steering/governance/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/committee-steering/governance/README.md -------------------------------------------------------------------------------- /communication/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/OWNERS -------------------------------------------------------------------------------- /communication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/README.md -------------------------------------------------------------------------------- /communication/best-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/best-practices.md -------------------------------------------------------------------------------- /communication/calendar-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/calendar-guidelines.md -------------------------------------------------------------------------------- /communication/contributor-comms/CHARTER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/contributor-comms/CHARTER.md -------------------------------------------------------------------------------- /communication/contributor-comms/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/contributor-comms/OWNERS -------------------------------------------------------------------------------- /communication/contributor-comms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/contributor-comms/README.md -------------------------------------------------------------------------------- /communication/discuss-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/discuss-guidelines.md -------------------------------------------------------------------------------- /communication/kubernetesio-x-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/kubernetesio-x-guidelines.md -------------------------------------------------------------------------------- /communication/mailing-list-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/mailing-list-guidelines.md -------------------------------------------------------------------------------- /communication/moderation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/moderation.md -------------------------------------------------------------------------------- /communication/moderators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/moderators.md -------------------------------------------------------------------------------- /communication/requesting-survey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/requesting-survey.md -------------------------------------------------------------------------------- /communication/sensitive-comms-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/sensitive-comms-guidelines.md -------------------------------------------------------------------------------- /communication/slack-backup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-backup/README.md -------------------------------------------------------------------------------- /communication/slack-backup/channelid1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-backup/channelid1.jpeg -------------------------------------------------------------------------------- /communication/slack-backup/channelid2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-backup/channelid2.jpeg -------------------------------------------------------------------------------- /communication/slack-backup/channelid3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-backup/channelid3.jpeg -------------------------------------------------------------------------------- /communication/slack-backup/channelid4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-backup/channelid4.jpeg -------------------------------------------------------------------------------- /communication/slack-backup/cookielogin.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-backup/cookielogin.jpeg -------------------------------------------------------------------------------- /communication/slack-backup/export.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-backup/export.png -------------------------------------------------------------------------------- /communication/slack-backup/exportdata1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-backup/exportdata1.jpeg -------------------------------------------------------------------------------- /communication/slack-backup/exportdata2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-backup/exportdata2.jpeg -------------------------------------------------------------------------------- /communication/slack-backup/getcookie.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-backup/getcookie.jpeg -------------------------------------------------------------------------------- /communication/slack-backup/login.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-backup/login.jpeg -------------------------------------------------------------------------------- /communication/slack-backup/runwizard.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-backup/runwizard.jpeg -------------------------------------------------------------------------------- /communication/slack-config/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-config/OWNERS -------------------------------------------------------------------------------- /communication/slack-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-config/README.md -------------------------------------------------------------------------------- /communication/slack-config/channels.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-config/channels.yaml -------------------------------------------------------------------------------- /communication/slack-config/sig-docs/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-config/sig-docs/OWNERS -------------------------------------------------------------------------------- /communication/slack-config/sig-node/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-config/sig-node/OWNERS -------------------------------------------------------------------------------- /communication/slack-config/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-config/template.yaml -------------------------------------------------------------------------------- /communication/slack-config/usergroups.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-config/usergroups.yaml -------------------------------------------------------------------------------- /communication/slack-config/users.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-config/users.yaml -------------------------------------------------------------------------------- /communication/slack-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-guidelines.md -------------------------------------------------------------------------------- /communication/slack-migration-faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/slack-migration-faq.md -------------------------------------------------------------------------------- /communication/website-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/website-guidelines.md -------------------------------------------------------------------------------- /communication/youtube/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/youtube/OWNERS -------------------------------------------------------------------------------- /communication/youtube/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/youtube/README.md -------------------------------------------------------------------------------- /communication/youtube/streaming-config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/youtube/streaming-config.md -------------------------------------------------------------------------------- /communication/youtube/youtube-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/youtube/youtube-guidelines.md -------------------------------------------------------------------------------- /communication/zoom-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/communication/zoom-guidelines.md -------------------------------------------------------------------------------- /community-membership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/community-membership.md -------------------------------------------------------------------------------- /contributors/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/OWNERS -------------------------------------------------------------------------------- /contributors/chairs-and-techleads/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/chairs-and-techleads/README.md -------------------------------------------------------------------------------- /contributors/design-proposals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/design-proposals/README.md -------------------------------------------------------------------------------- /contributors/devel/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/OWNERS -------------------------------------------------------------------------------- /contributors/devel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/README.md -------------------------------------------------------------------------------- /contributors/devel/automation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/automation.md -------------------------------------------------------------------------------- /contributors/devel/development.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/development.md -------------------------------------------------------------------------------- /contributors/devel/running-locally.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/running-locally.md -------------------------------------------------------------------------------- /contributors/devel/sig-api-machinery/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-api-machinery/OWNERS -------------------------------------------------------------------------------- /contributors/devel/sig-architecture/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-architecture/OWNERS -------------------------------------------------------------------------------- /contributors/devel/sig-node/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-node/OWNERS -------------------------------------------------------------------------------- /contributors/devel/sig-node/cherry-picks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-node/cherry-picks.md -------------------------------------------------------------------------------- /contributors/devel/sig-node/test-suite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-node/test-suite.md -------------------------------------------------------------------------------- /contributors/devel/sig-node/triage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-node/triage.md -------------------------------------------------------------------------------- /contributors/devel/sig-release/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-release/OWNERS -------------------------------------------------------------------------------- /contributors/devel/sig-release/release.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-release/release.md -------------------------------------------------------------------------------- /contributors/devel/sig-scalability/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-scalability/OWNERS -------------------------------------------------------------------------------- /contributors/devel/sig-scheduling/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-scheduling/OWNERS -------------------------------------------------------------------------------- /contributors/devel/sig-storage/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-storage/OWNERS -------------------------------------------------------------------------------- /contributors/devel/sig-testing/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-testing/OWNERS -------------------------------------------------------------------------------- /contributors/devel/sig-testing/e2e-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-testing/e2e-tests.md -------------------------------------------------------------------------------- /contributors/devel/sig-testing/testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/devel/sig-testing/testing.md -------------------------------------------------------------------------------- /contributors/guide/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/OWNERS -------------------------------------------------------------------------------- /contributors/guide/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/README.md -------------------------------------------------------------------------------- /contributors/guide/coding-conventions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/coding-conventions.md -------------------------------------------------------------------------------- /contributors/guide/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/contributing.md -------------------------------------------------------------------------------- /contributors/guide/expectations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/expectations.md -------------------------------------------------------------------------------- /contributors/guide/first-contribution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/first-contribution.md -------------------------------------------------------------------------------- /contributors/guide/git_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/git_workflow.png -------------------------------------------------------------------------------- /contributors/guide/github-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/github-workflow.md -------------------------------------------------------------------------------- /contributors/guide/help-wanted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/help-wanted.md -------------------------------------------------------------------------------- /contributors/guide/issue-triage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/issue-triage.md -------------------------------------------------------------------------------- /contributors/guide/owners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/owners.md -------------------------------------------------------------------------------- /contributors/guide/platforms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/platforms.md -------------------------------------------------------------------------------- /contributors/guide/pull-requests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/pull-requests.md -------------------------------------------------------------------------------- /contributors/guide/release-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/release-notes.md -------------------------------------------------------------------------------- /contributors/guide/review-guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/review-guidelines.md -------------------------------------------------------------------------------- /contributors/guide/style-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/contributors/guide/style-guide.md -------------------------------------------------------------------------------- /elections/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/OWNERS -------------------------------------------------------------------------------- /elections/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/README.md -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/code-of-conduct/2023/README.md -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/ballots.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/code-of-conduct/2023/ballots.csv -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/code-of-conduct/2023/results.md -------------------------------------------------------------------------------- /elections/code-of-conduct/2023/voters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/code-of-conduct/2023/voters.yaml -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/code-of-conduct/2025/README.md -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/ballots.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/code-of-conduct/2025/ballots.csv -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/code-of-conduct/2025/results.md -------------------------------------------------------------------------------- /elections/code-of-conduct/2025/voters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/code-of-conduct/2025/voters.yaml -------------------------------------------------------------------------------- /elections/code-of-conduct/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/code-of-conduct/OWNERS -------------------------------------------------------------------------------- /elections/steering/2017/BALLOTS.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/BALLOTS.csv -------------------------------------------------------------------------------- /elections/steering/2017/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/README.md -------------------------------------------------------------------------------- /elections/steering/2017/RESULTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/RESULTS.md -------------------------------------------------------------------------------- /elections/steering/2017/alexpollitt_bio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/alexpollitt_bio.md -------------------------------------------------------------------------------- /elections/steering/2017/calebamiles_bio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/calebamiles_bio.md -------------------------------------------------------------------------------- /elections/steering/2017/derekcarr_bio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/derekcarr_bio.md -------------------------------------------------------------------------------- /elections/steering/2017/dougdavis_bio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/dougdavis_bio.md -------------------------------------------------------------------------------- /elections/steering/2017/idvoretskyi_bio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/idvoretskyi_bio.md -------------------------------------------------------------------------------- /elections/steering/2017/kris-nova_bio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/kris-nova_bio.md -------------------------------------------------------------------------------- /elections/steering/2017/mattfarina_bio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/mattfarina_bio.md -------------------------------------------------------------------------------- /elections/steering/2017/michaelrubin_bio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/michaelrubin_bio.md -------------------------------------------------------------------------------- /elections/steering/2017/pwittrock_bio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/pwittrock_bio.md -------------------------------------------------------------------------------- /elections/steering/2017/quintonhoole_bio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/quintonhoole_bio.md -------------------------------------------------------------------------------- /elections/steering/2017/rhirschfeld_bio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/rhirschfeld_bio.md -------------------------------------------------------------------------------- /elections/steering/2017/timothysc_bio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2017/timothysc_bio.md -------------------------------------------------------------------------------- /elections/steering/2018/BALLOTS.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2018/BALLOTS.csv -------------------------------------------------------------------------------- /elections/steering/2018/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2018/OWNERS -------------------------------------------------------------------------------- /elections/steering/2018/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2018/README.md -------------------------------------------------------------------------------- /elections/steering/2018/RESULTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2018/RESULTS.md -------------------------------------------------------------------------------- /elections/steering/2018/davanumsrinivas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2018/davanumsrinivas.md -------------------------------------------------------------------------------- /elections/steering/2018/krisnova.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2018/krisnova.md -------------------------------------------------------------------------------- /elections/steering/2018/quintonhoole.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2018/quintonhoole.md -------------------------------------------------------------------------------- /elections/steering/2018/timothysc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2018/timothysc.md -------------------------------------------------------------------------------- /elections/steering/2018/timpepper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2018/timpepper.md -------------------------------------------------------------------------------- /elections/steering/2018/voters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2018/voters.md -------------------------------------------------------------------------------- /elections/steering/2019/BALLOTS.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/BALLOTS.csv -------------------------------------------------------------------------------- /elections/steering/2019/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/OWNERS -------------------------------------------------------------------------------- /elections/steering/2019/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/README.md -------------------------------------------------------------------------------- /elections/steering/2019/RESULTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/RESULTS.md -------------------------------------------------------------------------------- /elections/steering/2019/brendanburns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/brendanburns.md -------------------------------------------------------------------------------- /elections/steering/2019/derekcarr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/derekcarr.md -------------------------------------------------------------------------------- /elections/steering/2019/klausma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/klausma.md -------------------------------------------------------------------------------- /elections/steering/2019/krisnova.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/krisnova.md -------------------------------------------------------------------------------- /elections/steering/2019/lachlanevenson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/lachlanevenson.md -------------------------------------------------------------------------------- /elections/steering/2019/parispittman.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/parispittman.md -------------------------------------------------------------------------------- /elections/steering/2019/pengfeini.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/pengfeini.md -------------------------------------------------------------------------------- /elections/steering/2019/vallerylancey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/vallerylancey.md -------------------------------------------------------------------------------- /elections/steering/2019/voters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2019/voters.md -------------------------------------------------------------------------------- /elections/steering/2020/BALLOTS.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/BALLOTS.csv -------------------------------------------------------------------------------- /elections/steering/2020/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/OWNERS -------------------------------------------------------------------------------- /elections/steering/2020/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/README.md -------------------------------------------------------------------------------- /elections/steering/2020/RESULTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/RESULTS.md -------------------------------------------------------------------------------- /elections/steering/2020/biotemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/biotemplate.md -------------------------------------------------------------------------------- /elections/steering/2020/bobkillen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/bobkillen.md -------------------------------------------------------------------------------- /elections/steering/2020/carlos-panato.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/carlos-panato.md -------------------------------------------------------------------------------- /elections/steering/2020/divya-mohan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/divya-mohan.md -------------------------------------------------------------------------------- /elections/steering/2020/fedebongio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/fedebongio.md -------------------------------------------------------------------------------- /elections/steering/2020/iancoldwater.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/iancoldwater.md -------------------------------------------------------------------------------- /elections/steering/2020/jordanliggitt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/jordanliggitt.md -------------------------------------------------------------------------------- /elections/steering/2020/lachlanevenson.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/lachlanevenson.md -------------------------------------------------------------------------------- /elections/steering/2020/mayankkumar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/mayankkumar.md -------------------------------------------------------------------------------- /elections/steering/2020/voters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2020/voters.md -------------------------------------------------------------------------------- /elections/steering/2021/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2021/OWNERS -------------------------------------------------------------------------------- /elections/steering/2021/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2021/README.md -------------------------------------------------------------------------------- /elections/steering/2021/ballots.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2021/ballots.csv -------------------------------------------------------------------------------- /elections/steering/2021/election.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2021/election.yaml -------------------------------------------------------------------------------- /elections/steering/2021/election_desc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2021/election_desc.md -------------------------------------------------------------------------------- /elections/steering/2021/ranking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2021/ranking.md -------------------------------------------------------------------------------- /elections/steering/2021/results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2021/results.md -------------------------------------------------------------------------------- /elections/steering/2021/voters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2021/voters.yaml -------------------------------------------------------------------------------- /elections/steering/2022/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2022/OWNERS -------------------------------------------------------------------------------- /elections/steering/2022/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2022/README.md -------------------------------------------------------------------------------- /elections/steering/2022/ballots.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2022/ballots.csv -------------------------------------------------------------------------------- /elections/steering/2022/election.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2022/election.yaml -------------------------------------------------------------------------------- /elections/steering/2022/election_desc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2022/election_desc.md -------------------------------------------------------------------------------- /elections/steering/2022/results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2022/results.md -------------------------------------------------------------------------------- /elections/steering/2022/voters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2022/voters.yaml -------------------------------------------------------------------------------- /elections/steering/2023-GB/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2023-GB/OWNERS -------------------------------------------------------------------------------- /elections/steering/2023-GB/ballots.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2023-GB/ballots.csv -------------------------------------------------------------------------------- /elections/steering/2023-GB/election.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2023-GB/election.yaml -------------------------------------------------------------------------------- /elections/steering/2023-GB/results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2023-GB/results.md -------------------------------------------------------------------------------- /elections/steering/2023-GB/voters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2023-GB/voters.yaml -------------------------------------------------------------------------------- /elections/steering/2023/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2023/OWNERS -------------------------------------------------------------------------------- /elections/steering/2023/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2023/README.md -------------------------------------------------------------------------------- /elections/steering/2023/ballots.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2023/ballots.csv -------------------------------------------------------------------------------- /elections/steering/2023/election.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2023/election.yaml -------------------------------------------------------------------------------- /elections/steering/2023/election_desc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2023/election_desc.md -------------------------------------------------------------------------------- /elections/steering/2023/results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2023/results.md -------------------------------------------------------------------------------- /elections/steering/2023/voters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2023/voters.yaml -------------------------------------------------------------------------------- /elections/steering/2024/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2024/OWNERS -------------------------------------------------------------------------------- /elections/steering/2024/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2024/README.md -------------------------------------------------------------------------------- /elections/steering/2024/ballots.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2024/ballots.csv -------------------------------------------------------------------------------- /elections/steering/2024/election.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2024/election.yaml -------------------------------------------------------------------------------- /elections/steering/2024/election_desc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2024/election_desc.md -------------------------------------------------------------------------------- /elections/steering/2024/results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2024/results.md -------------------------------------------------------------------------------- /elections/steering/2024/voters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2024/voters.yaml -------------------------------------------------------------------------------- /elections/steering/2025-GB/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2025-GB/OWNERS -------------------------------------------------------------------------------- /elections/steering/2025-GB/ballots.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2025-GB/ballots.csv -------------------------------------------------------------------------------- /elections/steering/2025-GB/election.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2025-GB/election.yaml -------------------------------------------------------------------------------- /elections/steering/2025-GB/results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2025-GB/results.md -------------------------------------------------------------------------------- /elections/steering/2025-GB/voters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2025-GB/voters.yaml -------------------------------------------------------------------------------- /elections/steering/2025/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2025/OWNERS -------------------------------------------------------------------------------- /elections/steering/2025/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2025/README.md -------------------------------------------------------------------------------- /elections/steering/2025/ballots.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2025/ballots.csv -------------------------------------------------------------------------------- /elections/steering/2025/election.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2025/election.yaml -------------------------------------------------------------------------------- /elections/steering/2025/election_desc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2025/election_desc.md -------------------------------------------------------------------------------- /elections/steering/2025/results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2025/results.md -------------------------------------------------------------------------------- /elections/steering/2025/voters.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/2025/voters.yaml -------------------------------------------------------------------------------- /elections/steering/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/OWNERS -------------------------------------------------------------------------------- /elections/steering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/steering/README.md -------------------------------------------------------------------------------- /elections/teams/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/elections/teams/README.md -------------------------------------------------------------------------------- /events/2016/Kubernetes_1st_Bday.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/2016/Kubernetes_1st_Bday.md -------------------------------------------------------------------------------- /events/2016/fixit201606.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/2016/fixit201606.md -------------------------------------------------------------------------------- /events/2020/03-contributor-summit/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/2020/03-contributor-summit/OWNERS -------------------------------------------------------------------------------- /events/2020/07-contributor-summit/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/2020/07-contributor-summit/OWNERS -------------------------------------------------------------------------------- /events/2020/11-contributor-summit/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/2020/11-contributor-summit/OWNERS -------------------------------------------------------------------------------- /events/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/OWNERS -------------------------------------------------------------------------------- /events/art-assets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/art-assets/README.md -------------------------------------------------------------------------------- /events/awards/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/awards/README.md -------------------------------------------------------------------------------- /events/awards/playbook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/awards/playbook.md -------------------------------------------------------------------------------- /events/community-meeting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/community-meeting.md -------------------------------------------------------------------------------- /events/events-team/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/events-team/README.md -------------------------------------------------------------------------------- /events/events-team/best-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/events-team/best-practices.md -------------------------------------------------------------------------------- /events/events-team/comms/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/events-team/comms/README.md -------------------------------------------------------------------------------- /events/events-team/content/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/events-team/content/README.md -------------------------------------------------------------------------------- /events/events-team/content/sig-f2f.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/events-team/content/sig-f2f.md -------------------------------------------------------------------------------- /events/events-team/diversity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/events-team/diversity.md -------------------------------------------------------------------------------- /events/events-team/events-lead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/events-team/events-lead.md -------------------------------------------------------------------------------- /events/events-team/feedback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/events-team/feedback.md -------------------------------------------------------------------------------- /events/events-team/operations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/events-team/operations/README.md -------------------------------------------------------------------------------- /events/events-team/registration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/events/events-team/registration/README.md -------------------------------------------------------------------------------- /generator/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/.gitattributes -------------------------------------------------------------------------------- /generator/.gitignore: -------------------------------------------------------------------------------- 1 | generated/ 2 | -------------------------------------------------------------------------------- /generator/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/OWNERS -------------------------------------------------------------------------------- /generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/README.md -------------------------------------------------------------------------------- /generator/aliases.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/aliases.tmpl -------------------------------------------------------------------------------- /generator/annual-report/github_issue.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/annual-report/github_issue.tmpl -------------------------------------------------------------------------------- /generator/annual-report/sig_report.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/annual-report/sig_report.tmpl -------------------------------------------------------------------------------- /generator/annual-report/wg_report.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/annual-report/wg_report.tmpl -------------------------------------------------------------------------------- /generator/app.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/app.go -------------------------------------------------------------------------------- /generator/app_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/app_test.go -------------------------------------------------------------------------------- /generator/committee_readme.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/committee_readme.tmpl -------------------------------------------------------------------------------- /generator/header.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/header.tmpl -------------------------------------------------------------------------------- /generator/liaisons.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/liaisons.tmpl -------------------------------------------------------------------------------- /generator/list.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/list.tmpl -------------------------------------------------------------------------------- /generator/sig_readme.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/sig_readme.tmpl -------------------------------------------------------------------------------- /generator/testdata/custom_content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/testdata/custom_content.md -------------------------------------------------------------------------------- /generator/testdata/example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/testdata/example.md -------------------------------------------------------------------------------- /generator/testdata/example.tmpl: -------------------------------------------------------------------------------- 1 | {{.Message}} 2 | -------------------------------------------------------------------------------- /generator/testdata/no_custom_content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/testdata/no_custom_content.md -------------------------------------------------------------------------------- /generator/testdata/sigs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/testdata/sigs.yaml -------------------------------------------------------------------------------- /generator/wg_readme.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/generator/wg_readme.tmpl -------------------------------------------------------------------------------- /github-management/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/github-management/OWNERS -------------------------------------------------------------------------------- /github-management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/github-management/README.md -------------------------------------------------------------------------------- /github-management/opening-a-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/github-management/opening-a-request.md -------------------------------------------------------------------------------- /github-management/org-owners-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/github-management/org-owners-guide.md -------------------------------------------------------------------------------- /github-management/permissions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/github-management/permissions.md -------------------------------------------------------------------------------- /github-management/setting-up-cla-check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/github-management/setting-up-cla-check.md -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/go.sum -------------------------------------------------------------------------------- /governance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/governance.md -------------------------------------------------------------------------------- /hack/.spelling_failures: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/hack/.spelling_failures -------------------------------------------------------------------------------- /hack/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/hack/OWNERS -------------------------------------------------------------------------------- /hack/generate-devstats-repo-sql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/hack/generate-devstats-repo-sql.py -------------------------------------------------------------------------------- /hack/tools.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/hack/tools.go -------------------------------------------------------------------------------- /hack/verify-generated-docs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/hack/verify-generated-docs.sh -------------------------------------------------------------------------------- /hack/verify-spelling.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/hack/verify-spelling.sh -------------------------------------------------------------------------------- /hack/verify-steering-election-tool.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/hack/verify-steering-election-tool.go -------------------------------------------------------------------------------- /hack/verify-steering-election.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/hack/verify-steering-election.sh -------------------------------------------------------------------------------- /hack/verify.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/hack/verify.sh -------------------------------------------------------------------------------- /icons/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/README.md -------------------------------------------------------------------------------- /icons/docs/k8s-exposed-pod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/docs/k8s-exposed-pod.png -------------------------------------------------------------------------------- /icons/examples/schemas/std-app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/examples/schemas/std-app.png -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/api-.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/c-c-m-.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/c-m-.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/k-proxy-.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/kubelet-.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/png/control_plane_components/labeled/sched-.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/etcd-.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/master-.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/png/infrastructure_components/labeled/node-.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/png/infrastructure_components/unlabeled/etcd-.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /icons/png/resources/labeled/cm-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/cm-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/cm-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/cm-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/crb-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/crb-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/crb-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/crb-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/crd-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/crd-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/crd-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/crd-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ds-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/ds-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ds-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/ds-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ep-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/ep-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ep-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/ep-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/group-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/group-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/group-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/group-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/hpa-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/hpa-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/hpa-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/hpa-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ing-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/ing-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ing-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/ing-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/job-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/job-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/job-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/job-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ns-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/ns-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/ns-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/ns-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/pod-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/pod-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/pod-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/pod-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/psp-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/psp-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/psp-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/psp-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/pv-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/pv-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/pv-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/pv-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/pvc-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/pvc-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/pvc-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/pvc-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/quota-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/quota-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/quota-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/quota-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/rb-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/rb-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/rb-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/rb-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/role-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/role-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/role-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/role-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/rs-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/rs-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/rs-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/rs-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/sa-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/sa-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/sa-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/sa-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/sc-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/sc-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/sc-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/sc-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/sts-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/sts-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/sts-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/sts-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/svc-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/svc-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/svc-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/svc-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/user-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/user-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/user-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/user-256.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/vol-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/vol-128.png -------------------------------------------------------------------------------- /icons/png/resources/labeled/vol-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/labeled/vol-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/cm-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/cm-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/cm-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/cm-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/crb-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/crb-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/crb-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/crb-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/crd-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/crd-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/crd-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/crd-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ds-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/ds-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ds-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/ds-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ep-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/ep-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ep-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/ep-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/hpa-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/hpa-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/hpa-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/hpa-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ing-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/ing-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ing-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/ing-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/job-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/job-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/job-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/job-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ns-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/ns-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/ns-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/ns-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/pod-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/pod-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/pod-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/pod-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/psp-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/psp-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/psp-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/psp-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/pv-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/pv-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/pv-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/pv-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/pvc-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/pvc-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/pvc-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/pvc-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/rb-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/rb-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/rb-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/rb-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/rs-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/rs-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/rs-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/rs-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/sa-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/sa-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/sa-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/sa-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/sc-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/sc-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/sc-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/sc-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/sts-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/sts-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/sts-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/sts-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/svc-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/svc-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/svc-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/svc-256.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/vol-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/vol-128.png -------------------------------------------------------------------------------- /icons/png/resources/unlabeled/vol-256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/png/resources/unlabeled/vol-256.png -------------------------------------------------------------------------------- /icons/svg/resources/labeled/c-role.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/c-role.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/cm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/cm.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/crb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/crb.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/crd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/crd.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/cronjob.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/cronjob.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/deploy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/deploy.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/ds.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/ds.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/ep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/ep.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/group.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/group.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/hpa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/hpa.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/ing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/ing.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/job.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/job.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/limits.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/limits.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/netpol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/netpol.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/ns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/ns.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/pod.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/pod.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/psp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/psp.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/pv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/pv.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/pvc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/pvc.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/quota.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/quota.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/rb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/rb.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/role.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/role.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/rs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/rs.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/sa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/sa.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/sc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/sc.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/secret.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/secret.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/sts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/sts.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/svc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/svc.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/user.svg -------------------------------------------------------------------------------- /icons/svg/resources/labeled/vol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/labeled/vol.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/c-role.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/c-role.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/cm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/cm.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/crb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/crb.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/crd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/crd.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/cronjob.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/cronjob.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/deploy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/deploy.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/ds.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/ds.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/ep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/ep.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/group.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/group.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/hpa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/hpa.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/ing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/ing.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/job.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/job.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/limits.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/limits.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/netpol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/netpol.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/ns.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/ns.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/pod.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/pod.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/psp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/psp.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/pv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/pv.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/pvc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/pvc.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/quota.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/quota.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/rb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/rb.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/role.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/role.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/rs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/rs.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/sa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/sa.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/sc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/sc.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/secret.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/secret.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/sts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/sts.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/svc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/svc.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/user.svg -------------------------------------------------------------------------------- /icons/svg/resources/unlabeled/vol.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/svg/resources/unlabeled/vol.svg -------------------------------------------------------------------------------- /icons/tools/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/tools/Dockerfile -------------------------------------------------------------------------------- /icons/tools/rasterize.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/tools/rasterize.sh -------------------------------------------------------------------------------- /icons/tools/update-everything.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/tools/update-everything.sh -------------------------------------------------------------------------------- /icons/tools/update-visio.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/tools/update-visio.sh -------------------------------------------------------------------------------- /icons/visio/kubernetes-visio-stencil.vssx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/icons/visio/kubernetes-visio-stencil.vssx -------------------------------------------------------------------------------- /kubernetes_governance_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/kubernetes_governance_diagram.png -------------------------------------------------------------------------------- /liaisons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/liaisons.md -------------------------------------------------------------------------------- /mentoring/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/OWNERS -------------------------------------------------------------------------------- /mentoring/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/README.md -------------------------------------------------------------------------------- /mentoring/mentoring-logos/do-not-use.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/mentoring-logos/do-not-use.ai -------------------------------------------------------------------------------- /mentoring/mentoring-logos/do-not-use.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/mentoring-logos/do-not-use.png -------------------------------------------------------------------------------- /mentoring/mentoring-logos/do-not-use.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/mentoring-logos/do-not-use.svg -------------------------------------------------------------------------------- /mentoring/processes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/processes/README.md -------------------------------------------------------------------------------- /mentoring/processes/group-mentoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/processes/group-mentoring.md -------------------------------------------------------------------------------- /mentoring/processes/hosting-moc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/processes/hosting-moc.md -------------------------------------------------------------------------------- /mentoring/processes/mentor-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/processes/mentor-guide.md -------------------------------------------------------------------------------- /mentoring/programs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/programs/README.md -------------------------------------------------------------------------------- /mentoring/programs/group-mentee-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/programs/group-mentee-guide.md -------------------------------------------------------------------------------- /mentoring/programs/group-mentoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/programs/group-mentoring.md -------------------------------------------------------------------------------- /mentoring/programs/leads-curriculum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/programs/leads-curriculum.md -------------------------------------------------------------------------------- /mentoring/programs/lfx-mentorship.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/programs/lfx-mentorship.md -------------------------------------------------------------------------------- /mentoring/programs/mentoring-events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/programs/mentoring-events.md -------------------------------------------------------------------------------- /mentoring/programs/mentoring-lead.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/programs/mentoring-lead.md -------------------------------------------------------------------------------- /mentoring/programs/office-hours.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/programs/office-hours.md -------------------------------------------------------------------------------- /mentoring/programs/outreachy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/programs/outreachy.md -------------------------------------------------------------------------------- /mentoring/programs/shadow-roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/programs/shadow-roles.md -------------------------------------------------------------------------------- /mentoring/programs/the1-on-1hour.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/mentoring/programs/the1-on-1hour.md -------------------------------------------------------------------------------- /sig-api-machinery/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-api-machinery/OWNERS -------------------------------------------------------------------------------- /sig-api-machinery/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-api-machinery/README.md -------------------------------------------------------------------------------- /sig-api-machinery/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-api-machinery/annual-report-2020.md -------------------------------------------------------------------------------- /sig-api-machinery/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-api-machinery/annual-report-2021.md -------------------------------------------------------------------------------- /sig-api-machinery/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-api-machinery/annual-report-2022.md -------------------------------------------------------------------------------- /sig-api-machinery/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-api-machinery/annual-report-2023.md -------------------------------------------------------------------------------- /sig-api-machinery/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-api-machinery/annual-report-2024.md -------------------------------------------------------------------------------- /sig-api-machinery/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-api-machinery/charter.md -------------------------------------------------------------------------------- /sig-apps/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-apps/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/OWNERS -------------------------------------------------------------------------------- /sig-apps/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/README.md -------------------------------------------------------------------------------- /sig-apps/agenda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/agenda.md -------------------------------------------------------------------------------- /sig-apps/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/annual-report-2020.md -------------------------------------------------------------------------------- /sig-apps/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/annual-report-2021.md -------------------------------------------------------------------------------- /sig-apps/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/annual-report-2022.md -------------------------------------------------------------------------------- /sig-apps/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/annual-report-2023.md -------------------------------------------------------------------------------- /sig-apps/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/annual-report-2024.md -------------------------------------------------------------------------------- /sig-apps/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/charter.md -------------------------------------------------------------------------------- /sig-apps/minutes/2016-05-18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/2016-05-18.md -------------------------------------------------------------------------------- /sig-apps/minutes/2016-05-25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/2016-05-25.md -------------------------------------------------------------------------------- /sig-apps/minutes/2016-06-08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/2016-06-08.md -------------------------------------------------------------------------------- /sig-apps/minutes/2016-06-15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/2016-06-15.md -------------------------------------------------------------------------------- /sig-apps/minutes/2016-06-22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/2016-06-22.md -------------------------------------------------------------------------------- /sig-apps/minutes/2016-06-29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/2016-06-29.md -------------------------------------------------------------------------------- /sig-apps/minutes/2016-07-06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/2016-07-06.md -------------------------------------------------------------------------------- /sig-apps/minutes/2016-07-13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/2016-07-13.md -------------------------------------------------------------------------------- /sig-apps/minutes/2016-07-20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/2016-07-20.md -------------------------------------------------------------------------------- /sig-apps/minutes/2016-07-27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/2016-07-27.md -------------------------------------------------------------------------------- /sig-apps/minutes/2016-08-03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/2016-08-03.md -------------------------------------------------------------------------------- /sig-apps/minutes/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/OWNERS -------------------------------------------------------------------------------- /sig-apps/minutes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-apps/minutes/README.md -------------------------------------------------------------------------------- /sig-architecture/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-architecture/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/OWNERS -------------------------------------------------------------------------------- /sig-architecture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/README.md -------------------------------------------------------------------------------- /sig-architecture/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/annual-report-2020.md -------------------------------------------------------------------------------- /sig-architecture/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/annual-report-2021.md -------------------------------------------------------------------------------- /sig-architecture/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/annual-report-2022.md -------------------------------------------------------------------------------- /sig-architecture/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/annual-report-2023.md -------------------------------------------------------------------------------- /sig-architecture/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/annual-report-2024.md -------------------------------------------------------------------------------- /sig-architecture/api-review-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/api-review-process.md -------------------------------------------------------------------------------- /sig-architecture/backlog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/backlog.md -------------------------------------------------------------------------------- /sig-architecture/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/charter.md -------------------------------------------------------------------------------- /sig-architecture/generics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/generics.md -------------------------------------------------------------------------------- /sig-architecture/naming/workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/naming/workflow.md -------------------------------------------------------------------------------- /sig-architecture/production-readiness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-architecture/production-readiness.md -------------------------------------------------------------------------------- /sig-auth/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-auth/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/OWNERS -------------------------------------------------------------------------------- /sig-auth/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/README.md -------------------------------------------------------------------------------- /sig-auth/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/annual-report-2020.md -------------------------------------------------------------------------------- /sig-auth/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/annual-report-2021.md -------------------------------------------------------------------------------- /sig-auth/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/annual-report-2022.md -------------------------------------------------------------------------------- /sig-auth/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/annual-report-2023.md -------------------------------------------------------------------------------- /sig-auth/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/annual-report-2024.md -------------------------------------------------------------------------------- /sig-auth/archive/meeting-notes-2016.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/archive/meeting-notes-2016.md -------------------------------------------------------------------------------- /sig-auth/archive/meeting-notes-2017.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/archive/meeting-notes-2017.md -------------------------------------------------------------------------------- /sig-auth/archive/meeting-notes-2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/archive/meeting-notes-2018.md -------------------------------------------------------------------------------- /sig-auth/archive/meeting-notes-2019.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/archive/meeting-notes-2019.md -------------------------------------------------------------------------------- /sig-auth/archive/meeting-notes-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/archive/meeting-notes-2020.md -------------------------------------------------------------------------------- /sig-auth/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-auth/charter.md -------------------------------------------------------------------------------- /sig-autoscaling/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-autoscaling/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-autoscaling/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-autoscaling/OWNERS -------------------------------------------------------------------------------- /sig-autoscaling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-autoscaling/README.md -------------------------------------------------------------------------------- /sig-autoscaling/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-autoscaling/annual-report-2020.md -------------------------------------------------------------------------------- /sig-autoscaling/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-autoscaling/annual-report-2021.md -------------------------------------------------------------------------------- /sig-autoscaling/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-autoscaling/annual-report-2022.md -------------------------------------------------------------------------------- /sig-autoscaling/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-autoscaling/annual-report-2023.md -------------------------------------------------------------------------------- /sig-autoscaling/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-autoscaling/annual-report-2024.md -------------------------------------------------------------------------------- /sig-autoscaling/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-autoscaling/charter.md -------------------------------------------------------------------------------- /sig-cli/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cli/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-cli/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cli/OWNERS -------------------------------------------------------------------------------- /sig-cli/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cli/README.md -------------------------------------------------------------------------------- /sig-cli/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cli/annual-report-2020.md -------------------------------------------------------------------------------- /sig-cli/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cli/annual-report-2021.md -------------------------------------------------------------------------------- /sig-cli/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cli/annual-report-2022.md -------------------------------------------------------------------------------- /sig-cli/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cli/annual-report-2023.md -------------------------------------------------------------------------------- /sig-cli/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cli/annual-report-2024.md -------------------------------------------------------------------------------- /sig-cli/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cli/charter.md -------------------------------------------------------------------------------- /sig-cli/migrated-from-wiki/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cli/migrated-from-wiki/README.md -------------------------------------------------------------------------------- /sig-cloud-provider/CHARTER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cloud-provider/CHARTER.md -------------------------------------------------------------------------------- /sig-cloud-provider/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cloud-provider/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-cloud-provider/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cloud-provider/OWNERS -------------------------------------------------------------------------------- /sig-cloud-provider/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cloud-provider/README.md -------------------------------------------------------------------------------- /sig-cloud-provider/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cloud-provider/annual-report-2020.md -------------------------------------------------------------------------------- /sig-cloud-provider/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cloud-provider/annual-report-2021.md -------------------------------------------------------------------------------- /sig-cloud-provider/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cloud-provider/annual-report-2022.md -------------------------------------------------------------------------------- /sig-cloud-provider/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cloud-provider/annual-report-2023.md -------------------------------------------------------------------------------- /sig-cloud-provider/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cloud-provider/annual-report-2024.md -------------------------------------------------------------------------------- /sig-cluster-lifecycle/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cluster-lifecycle/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-cluster-lifecycle/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cluster-lifecycle/OWNERS -------------------------------------------------------------------------------- /sig-cluster-lifecycle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cluster-lifecycle/README.md -------------------------------------------------------------------------------- /sig-cluster-lifecycle/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cluster-lifecycle/charter.md -------------------------------------------------------------------------------- /sig-cluster-lifecycle/grooming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-cluster-lifecycle/grooming.md -------------------------------------------------------------------------------- /sig-contributor-experience/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-contributor-experience/OWNERS -------------------------------------------------------------------------------- /sig-contributor-experience/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-contributor-experience/README.md -------------------------------------------------------------------------------- /sig-contributor-experience/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-contributor-experience/charter.md -------------------------------------------------------------------------------- /sig-contributor-experience/surveys/k8s_survey_analysis/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sig-docs/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-docs/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/OWNERS -------------------------------------------------------------------------------- /sig-docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/README.md -------------------------------------------------------------------------------- /sig-docs/annual-activities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/annual-activities.md -------------------------------------------------------------------------------- /sig-docs/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/annual-report-2020.md -------------------------------------------------------------------------------- /sig-docs/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/annual-report-2021.md -------------------------------------------------------------------------------- /sig-docs/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/annual-report-2022.md -------------------------------------------------------------------------------- /sig-docs/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/annual-report-2023.md -------------------------------------------------------------------------------- /sig-docs/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/annual-report-2024.md -------------------------------------------------------------------------------- /sig-docs/blog-subproject/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/blog-subproject/README.md -------------------------------------------------------------------------------- /sig-docs/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/charter.md -------------------------------------------------------------------------------- /sig-docs/meeting-notes-archive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/meeting-notes-archive/README.md -------------------------------------------------------------------------------- /sig-docs/migrated-from-wiki/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/migrated-from-wiki/README.md -------------------------------------------------------------------------------- /sig-docs/netlify-access.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/netlify-access.md -------------------------------------------------------------------------------- /sig-docs/offboarding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/offboarding.md -------------------------------------------------------------------------------- /sig-docs/planning/2019-Q2-03-28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/planning/2019-Q2-03-28.md -------------------------------------------------------------------------------- /sig-docs/survey/2019SIGDocsSurveyRaw.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/survey/2019SIGDocsSurveyRaw.ods -------------------------------------------------------------------------------- /sig-docs/survey/2019SeptSurvey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-docs/survey/2019SeptSurvey.md -------------------------------------------------------------------------------- /sig-etcd/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-etcd/OWNERS -------------------------------------------------------------------------------- /sig-etcd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-etcd/README.md -------------------------------------------------------------------------------- /sig-etcd/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-etcd/annual-report-2023.md -------------------------------------------------------------------------------- /sig-etcd/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-etcd/annual-report-2024.md -------------------------------------------------------------------------------- /sig-etcd/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-etcd/charter.md -------------------------------------------------------------------------------- /sig-etcd/vision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-etcd/vision.md -------------------------------------------------------------------------------- /sig-instrumentation/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-instrumentation/OWNERS -------------------------------------------------------------------------------- /sig-instrumentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-instrumentation/README.md -------------------------------------------------------------------------------- /sig-instrumentation/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-instrumentation/annual-report-2020.md -------------------------------------------------------------------------------- /sig-instrumentation/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-instrumentation/annual-report-2021.md -------------------------------------------------------------------------------- /sig-instrumentation/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-instrumentation/annual-report-2022.md -------------------------------------------------------------------------------- /sig-instrumentation/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-instrumentation/annual-report-2023.md -------------------------------------------------------------------------------- /sig-instrumentation/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-instrumentation/annual-report-2024.md -------------------------------------------------------------------------------- /sig-instrumentation/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-instrumentation/charter.md -------------------------------------------------------------------------------- /sig-k8s-infra/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-k8s-infra/OWNERS -------------------------------------------------------------------------------- /sig-k8s-infra/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-k8s-infra/README.md -------------------------------------------------------------------------------- /sig-k8s-infra/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-k8s-infra/annual-report-2020.md -------------------------------------------------------------------------------- /sig-k8s-infra/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-k8s-infra/annual-report-2022.md -------------------------------------------------------------------------------- /sig-k8s-infra/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-k8s-infra/annual-report-2023.md -------------------------------------------------------------------------------- /sig-k8s-infra/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-k8s-infra/annual-report-2024.md -------------------------------------------------------------------------------- /sig-k8s-infra/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-k8s-infra/charter.md -------------------------------------------------------------------------------- /sig-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-list.md -------------------------------------------------------------------------------- /sig-multicluster/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-multicluster/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-multicluster/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-multicluster/OWNERS -------------------------------------------------------------------------------- /sig-multicluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-multicluster/README.md -------------------------------------------------------------------------------- /sig-multicluster/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-multicluster/annual-report-2020.md -------------------------------------------------------------------------------- /sig-multicluster/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-multicluster/annual-report-2022.md -------------------------------------------------------------------------------- /sig-multicluster/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-multicluster/annual-report-2023.md -------------------------------------------------------------------------------- /sig-multicluster/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-multicluster/annual-report-2024.md -------------------------------------------------------------------------------- /sig-multicluster/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-multicluster/charter.md -------------------------------------------------------------------------------- /sig-multicluster/terminology.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-multicluster/terminology.md -------------------------------------------------------------------------------- /sig-network/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-network/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-network/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-network/OWNERS -------------------------------------------------------------------------------- /sig-network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-network/README.md -------------------------------------------------------------------------------- /sig-network/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-network/annual-report-2020.md -------------------------------------------------------------------------------- /sig-network/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-network/annual-report-2021.md -------------------------------------------------------------------------------- /sig-network/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-network/annual-report-2022.md -------------------------------------------------------------------------------- /sig-network/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-network/annual-report-2023.md -------------------------------------------------------------------------------- /sig-network/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-network/annual-report-2024.md -------------------------------------------------------------------------------- /sig-network/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-network/charter.md -------------------------------------------------------------------------------- /sig-network/role-sig-chair.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-network/role-sig-chair.md -------------------------------------------------------------------------------- /sig-node/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-node/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/OWNERS -------------------------------------------------------------------------------- /sig-node/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/README.md -------------------------------------------------------------------------------- /sig-node/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/annual-report-2020.md -------------------------------------------------------------------------------- /sig-node/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/annual-report-2021.md -------------------------------------------------------------------------------- /sig-node/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/annual-report-2022.md -------------------------------------------------------------------------------- /sig-node/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/annual-report-2023.md -------------------------------------------------------------------------------- /sig-node/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/annual-report-2024.md -------------------------------------------------------------------------------- /sig-node/archive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/archive/README.md -------------------------------------------------------------------------------- /sig-node/archive/meeting-notes-2015.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/archive/meeting-notes-2015.md -------------------------------------------------------------------------------- /sig-node/archive/meeting-notes-2016.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/archive/meeting-notes-2016.md -------------------------------------------------------------------------------- /sig-node/archive/meeting-notes-2017.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/archive/meeting-notes-2017.md -------------------------------------------------------------------------------- /sig-node/archive/meeting-notes-2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/archive/meeting-notes-2018.md -------------------------------------------------------------------------------- /sig-node/archive/meeting-notes-2019.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/archive/meeting-notes-2019.md -------------------------------------------------------------------------------- /sig-node/archive/meeting-notes-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/archive/meeting-notes-2020.md -------------------------------------------------------------------------------- /sig-node/archive/meeting-notes-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/archive/meeting-notes-2021.md -------------------------------------------------------------------------------- /sig-node/archive/meeting-notes-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/archive/meeting-notes-2022.md -------------------------------------------------------------------------------- /sig-node/archive/meeting-notes-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/archive/meeting-notes-2023.md -------------------------------------------------------------------------------- /sig-node/archive/meeting-notes-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/archive/meeting-notes-2024.md -------------------------------------------------------------------------------- /sig-node/archive/meeting-notes-2025.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/archive/meeting-notes-2025.md -------------------------------------------------------------------------------- /sig-node/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/charter.md -------------------------------------------------------------------------------- /sig-node/sig-node-contributor-ladder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/sig-node-contributor-ladder.md -------------------------------------------------------------------------------- /sig-node/sig-node-kep-wrangler-program.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-node/sig-node-kep-wrangler-program.md -------------------------------------------------------------------------------- /sig-release/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/OWNERS -------------------------------------------------------------------------------- /sig-release/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/README.md -------------------------------------------------------------------------------- /sig-release/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/annual-report-2020.md -------------------------------------------------------------------------------- /sig-release/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/annual-report-2021.md -------------------------------------------------------------------------------- /sig-release/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/annual-report-2022.md -------------------------------------------------------------------------------- /sig-release/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/annual-report-2023.md -------------------------------------------------------------------------------- /sig-release/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/annual-report-2024.md -------------------------------------------------------------------------------- /sig-release/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/charter.md -------------------------------------------------------------------------------- /sig-release/meeting-notes-archive/2017.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/meeting-notes-archive/2017.md -------------------------------------------------------------------------------- /sig-release/meeting-notes-archive/2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/meeting-notes-archive/2018.md -------------------------------------------------------------------------------- /sig-release/meeting-notes-archive/2019.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/meeting-notes-archive/2019.md -------------------------------------------------------------------------------- /sig-release/meeting-notes-archive/2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/meeting-notes-archive/2020.md -------------------------------------------------------------------------------- /sig-release/meeting-notes-archive/2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/meeting-notes-archive/2021.md -------------------------------------------------------------------------------- /sig-release/meeting-notes-archive/2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/meeting-notes-archive/2022.md -------------------------------------------------------------------------------- /sig-release/meeting-notes-archive/2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-release/meeting-notes-archive/2023.md -------------------------------------------------------------------------------- /sig-scalability/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-scalability/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/OWNERS -------------------------------------------------------------------------------- /sig-scalability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/README.md -------------------------------------------------------------------------------- /sig-scalability/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/annual-report-2020.md -------------------------------------------------------------------------------- /sig-scalability/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/annual-report-2021.md -------------------------------------------------------------------------------- /sig-scalability/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/annual-report-2022.md -------------------------------------------------------------------------------- /sig-scalability/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/annual-report-2023.md -------------------------------------------------------------------------------- /sig-scalability/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/annual-report-2024.md -------------------------------------------------------------------------------- /sig-scalability/block_merges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/block_merges.md -------------------------------------------------------------------------------- /sig-scalability/blogs/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/blogs/OWNERS -------------------------------------------------------------------------------- /sig-scalability/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/charter.md -------------------------------------------------------------------------------- /sig-scalability/configs-and-limits/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/configs-and-limits/OWNERS -------------------------------------------------------------------------------- /sig-scalability/configs-and-limits/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/configs-and-limits/faq.md -------------------------------------------------------------------------------- /sig-scalability/goals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/goals.md -------------------------------------------------------------------------------- /sig-scalability/governance/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/governance/OWNERS -------------------------------------------------------------------------------- /sig-scalability/processes/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/processes/OWNERS -------------------------------------------------------------------------------- /sig-scalability/slos/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/slos/OWNERS -------------------------------------------------------------------------------- /sig-scalability/slos/api_call_latency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/slos/api_call_latency.md -------------------------------------------------------------------------------- /sig-scalability/slos/dns_latency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/slos/dns_latency.md -------------------------------------------------------------------------------- /sig-scalability/slos/network_latency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/slos/network_latency.md -------------------------------------------------------------------------------- /sig-scalability/slos/slos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/slos/slos.md -------------------------------------------------------------------------------- /sig-scalability/slos/throughput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/slos/throughput.md -------------------------------------------------------------------------------- /sig-scalability/slos/watch_latency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scalability/slos/watch_latency.md -------------------------------------------------------------------------------- /sig-scheduling/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scheduling/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-scheduling/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scheduling/OWNERS -------------------------------------------------------------------------------- /sig-scheduling/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scheduling/README.md -------------------------------------------------------------------------------- /sig-scheduling/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scheduling/annual-report-2020.md -------------------------------------------------------------------------------- /sig-scheduling/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scheduling/annual-report-2021.md -------------------------------------------------------------------------------- /sig-scheduling/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scheduling/annual-report-2022.md -------------------------------------------------------------------------------- /sig-scheduling/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scheduling/annual-report-2023.md -------------------------------------------------------------------------------- /sig-scheduling/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scheduling/annual-report-2024.md -------------------------------------------------------------------------------- /sig-scheduling/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-scheduling/charter.md -------------------------------------------------------------------------------- /sig-security/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-security/OWNERS -------------------------------------------------------------------------------- /sig-security/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-security/README.md -------------------------------------------------------------------------------- /sig-security/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-security/annual-report-2020.md -------------------------------------------------------------------------------- /sig-security/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-security/annual-report-2021.md -------------------------------------------------------------------------------- /sig-security/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-security/annual-report-2022.md -------------------------------------------------------------------------------- /sig-security/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-security/annual-report-2023.md -------------------------------------------------------------------------------- /sig-security/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-security/annual-report-2024.md -------------------------------------------------------------------------------- /sig-security/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-security/charter.md -------------------------------------------------------------------------------- /sig-storage/1.3-retrospective/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/1.3-retrospective/OWNERS -------------------------------------------------------------------------------- /sig-storage/1.3-retrospective/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/1.3-retrospective/README.md -------------------------------------------------------------------------------- /sig-storage/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-storage/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/OWNERS -------------------------------------------------------------------------------- /sig-storage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/README.md -------------------------------------------------------------------------------- /sig-storage/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/annual-report-2020.md -------------------------------------------------------------------------------- /sig-storage/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/annual-report-2021.md -------------------------------------------------------------------------------- /sig-storage/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/annual-report-2022.md -------------------------------------------------------------------------------- /sig-storage/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/annual-report-2023.md -------------------------------------------------------------------------------- /sig-storage/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/annual-report-2024.md -------------------------------------------------------------------------------- /sig-storage/archive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/archive/README.md -------------------------------------------------------------------------------- /sig-storage/archive/meeting-notes-2016.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/archive/meeting-notes-2016.md -------------------------------------------------------------------------------- /sig-storage/archive/meeting-notes-2017.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/archive/meeting-notes-2017.md -------------------------------------------------------------------------------- /sig-storage/archive/meeting-notes-2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/archive/meeting-notes-2018.md -------------------------------------------------------------------------------- /sig-storage/archive/meeting-notes-2019.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/archive/meeting-notes-2019.md -------------------------------------------------------------------------------- /sig-storage/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/charter.md -------------------------------------------------------------------------------- /sig-storage/volume-plugin-faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-storage/volume-plugin-faq.md -------------------------------------------------------------------------------- /sig-testing/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-testing/OWNERS -------------------------------------------------------------------------------- /sig-testing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-testing/README.md -------------------------------------------------------------------------------- /sig-testing/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-testing/annual-report-2021.md -------------------------------------------------------------------------------- /sig-testing/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-testing/annual-report-2022.md -------------------------------------------------------------------------------- /sig-testing/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-testing/annual-report-2023.md -------------------------------------------------------------------------------- /sig-testing/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-testing/annual-report-2024.md -------------------------------------------------------------------------------- /sig-testing/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-testing/charter.md -------------------------------------------------------------------------------- /sig-ui/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-ui/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-ui/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-ui/OWNERS -------------------------------------------------------------------------------- /sig-ui/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-ui/README.md -------------------------------------------------------------------------------- /sig-ui/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-ui/annual-report-2020.md -------------------------------------------------------------------------------- /sig-ui/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-ui/annual-report-2021.md -------------------------------------------------------------------------------- /sig-ui/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-ui/annual-report-2022.md -------------------------------------------------------------------------------- /sig-ui/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-ui/annual-report-2023.md -------------------------------------------------------------------------------- /sig-ui/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-ui/annual-report-2024.md -------------------------------------------------------------------------------- /sig-ui/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-ui/charter.md -------------------------------------------------------------------------------- /sig-wg-lifecycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-wg-lifecycle.md -------------------------------------------------------------------------------- /sig-windows/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-windows/CONTRIBUTING.md -------------------------------------------------------------------------------- /sig-windows/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-windows/OWNERS -------------------------------------------------------------------------------- /sig-windows/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-windows/README.md -------------------------------------------------------------------------------- /sig-windows/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-windows/annual-report-2020.md -------------------------------------------------------------------------------- /sig-windows/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-windows/annual-report-2021.md -------------------------------------------------------------------------------- /sig-windows/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-windows/annual-report-2022.md -------------------------------------------------------------------------------- /sig-windows/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-windows/annual-report-2023.md -------------------------------------------------------------------------------- /sig-windows/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-windows/annual-report-2024.md -------------------------------------------------------------------------------- /sig-windows/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sig-windows/charter.md -------------------------------------------------------------------------------- /sigs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/sigs.yaml -------------------------------------------------------------------------------- /values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/values.md -------------------------------------------------------------------------------- /wg-ai-conformance/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-ai-conformance/OWNERS -------------------------------------------------------------------------------- /wg-ai-conformance/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-ai-conformance/README.md -------------------------------------------------------------------------------- /wg-ai-conformance/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-ai-conformance/charter.md -------------------------------------------------------------------------------- /wg-ai-gateway/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-ai-gateway/OWNERS -------------------------------------------------------------------------------- /wg-ai-gateway/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-ai-gateway/README.md -------------------------------------------------------------------------------- /wg-ai-gateway/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-ai-gateway/charter.md -------------------------------------------------------------------------------- /wg-ai-integration/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-ai-integration/OWNERS -------------------------------------------------------------------------------- /wg-ai-integration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-ai-integration/README.md -------------------------------------------------------------------------------- /wg-ai-integration/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-ai-integration/charter.md -------------------------------------------------------------------------------- /wg-batch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-batch/README.md -------------------------------------------------------------------------------- /wg-batch/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-batch/annual-report-2022.md -------------------------------------------------------------------------------- /wg-batch/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-batch/annual-report-2023.md -------------------------------------------------------------------------------- /wg-batch/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-batch/annual-report-2024.md -------------------------------------------------------------------------------- /wg-batch/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-batch/charter.md -------------------------------------------------------------------------------- /wg-checkpoint-restore/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-checkpoint-restore/OWNERS -------------------------------------------------------------------------------- /wg-checkpoint-restore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-checkpoint-restore/README.md -------------------------------------------------------------------------------- /wg-checkpoint-restore/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-checkpoint-restore/charter.md -------------------------------------------------------------------------------- /wg-data-protection/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-data-protection/OWNERS -------------------------------------------------------------------------------- /wg-data-protection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-data-protection/README.md -------------------------------------------------------------------------------- /wg-data-protection/annual-report-2020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-data-protection/annual-report-2020.md -------------------------------------------------------------------------------- /wg-data-protection/annual-report-2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-data-protection/annual-report-2021.md -------------------------------------------------------------------------------- /wg-data-protection/annual-report-2022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-data-protection/annual-report-2022.md -------------------------------------------------------------------------------- /wg-data-protection/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-data-protection/annual-report-2023.md -------------------------------------------------------------------------------- /wg-data-protection/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-data-protection/annual-report-2024.md -------------------------------------------------------------------------------- /wg-data-protection/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-data-protection/charter.md -------------------------------------------------------------------------------- /wg-device-management/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-device-management/README.md -------------------------------------------------------------------------------- /wg-device-management/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-device-management/charter.md -------------------------------------------------------------------------------- /wg-etcd-operator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-etcd-operator/README.md -------------------------------------------------------------------------------- /wg-etcd-operator/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-etcd-operator/annual-report-2024.md -------------------------------------------------------------------------------- /wg-etcd-operator/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-etcd-operator/charter.md -------------------------------------------------------------------------------- /wg-lts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-lts/README.md -------------------------------------------------------------------------------- /wg-lts/annual-report-2023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-lts/annual-report-2023.md -------------------------------------------------------------------------------- /wg-lts/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-lts/annual-report-2024.md -------------------------------------------------------------------------------- /wg-lts/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-lts/charter.md -------------------------------------------------------------------------------- /wg-node-lifecycle/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-node-lifecycle/OWNERS -------------------------------------------------------------------------------- /wg-node-lifecycle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-node-lifecycle/README.md -------------------------------------------------------------------------------- /wg-node-lifecycle/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-node-lifecycle/charter.md -------------------------------------------------------------------------------- /wg-serving/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-serving/OWNERS -------------------------------------------------------------------------------- /wg-serving/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-serving/README.md -------------------------------------------------------------------------------- /wg-serving/annual-report-2024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-serving/annual-report-2024.md -------------------------------------------------------------------------------- /wg-serving/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-serving/charter.md -------------------------------------------------------------------------------- /wg-structured-logging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-structured-logging/README.md -------------------------------------------------------------------------------- /wg-structured-logging/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubernetes/community/HEAD/wg-structured-logging/charter.md --------------------------------------------------------------------------------