Kubernetes / Cloud Provider Special Interest Group

Add meeting Rate page Subscribe

Kubernetes / Cloud Provider Special Interest Group

These are all the meetings we have in "Cloud Provider Speci…" (part of the organization "Kubernetes"). Click into individual meeting pages to watch the recording and search or read the transcript.

27 Sep 2023

  • 4 participants
  • 44 minutes
triage
cloud
services
provider
updates
offering
maintainers
scheduling
kubernetes
discussion
youtube image

21 Sep 2023

  • 3 participants
  • 27 minutes
testing
providers
review
updates
integration
cloud
kubernetes
sig
concerned
gcp
youtube image

20 Sep 2023

  • 4 participants
  • 24 minutes
proxy
protocol
kubernetes
issue
configuration
important
pushback
independencies
pin
repo
youtube image

13 Sep 2023

  • 6 participants
  • 33 minutes
triage
provider
concerns
kubernetes
cloud
porting
updates
proxy
deployments
gcp
youtube image

6 Sep 2023

  • 5 participants
  • 21 minutes
proxy
kubernetes
version
providers
agreement
discussion
preference
2023
cluster
repo
youtube image

30 Aug 2023

  • 5 participants
  • 21 minutes
cloud
provider
updates
maintainer
issue
aws
gcp
altribute
kubernetes
sig
youtube image

24 Aug 2023

  • 2 participants
  • 21 minutes
gcp
configuring
pr
cloud
ccm
maintainers
cluster
okay
ci
2023
youtube image

23 Aug 2023

  • 4 participants
  • 30 minutes
proxy
discussion
consensus
issue
guidelines
connectivity
routing
proposed
kubernetes
tag
youtube image

16 Aug 2023

  • 8 participants
  • 32 minutes
hosted
kubernetes
providers
cloud
provisioned
gcp
updates
azure
aws
vsphere
youtube image

9 Aug 2023

  • 5 participants
  • 19 minutes
proxy
discussed
proposal
concerns
kubernetes
client
considerate
strategy
consensus
process
youtube image

2 Aug 2023

  • 6 participants
  • 32 minutes
cloud
providers
proxy
server
updates
session
sig
project
currently
kubernetes
youtube image

26 Jul 2023

  • 4 participants
  • 29 minutes
proxy
objections
guidelines
allowing
reviewer
users
blocked
comment
proceeding
pr
youtube image

19 Jul 2023

  • 5 participants
  • 37 minutes
kubernetes
provider
2023
cloud
services
azure
server
updates
initiatives
google
youtube image

5 Jul 2023

  • 6 participants
  • 49 minutes
hosts
azure
cloud
attendees
users
kubernetes
having
thanks
services
updates
youtube image

28 Jun 2023

  • 4 participants
  • 41 minutes
proxy
protocol
connectivity
hosted
proposal
consensus
discussion
revisit
concern
maintainers
youtube image

15 Jun 2023

Discussed one remaining admission cloud controller in the K8s api server, specifically the storage labelling controller. This is the reason for having a webhook in ccm. We need the controller to be ported into the two CCMs, GCP and AWS.

https://docs.google.com/document/d/1KLsGGzNXQbsPeELCeF_q-f0h0CEGSe20xiwvcR2NlYM/edit#bookmark=id.fyaubkkgkf3t
  • 3 participants
  • 17 minutes
cloud
providers
concerns
transitioning
proxy
kubernetes
ais
discussion
planning
pinged
youtube image

7 Jun 2023

  • 4 participants
  • 31 minutes
updates
triage
azure
concerns
provider
2023
maintained
policies
message
scrub
youtube image

12 Nov 2022

Don’t miss out! Join us at our upcoming event: KubeCon + CloudNativeCon Europe in Amsterdam, The Netherlands from April 17-21, 2023. Learn more at https://kubecon.io The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects.

SIG Cloud Provider Update - Michael McCune, Red Hat & Bridget Kromhout, Microsoft

Speakers: Michael McCune, Bridget Kromhout
Cloud Provider code allows Kubernetes to run on top of different platforms. Originally, support for all variations was built directly into a K8s release. This brought bloat and created an unnecessary dependency on cloud-provider specific code. This talk will be a status report on the effort to remove the cloud provider code from the main Kubernetes repository. For each in-tree cloud provider, we will report on efforts, accomplishments, and roadmap for getting "out-of-tree". We’ll also discuss the plans to handle the speed bumps that are left including removing disabling the cloud provider in upstream with a new feature gate and what to do about E2E testing.
  • 6 participants
  • 35 minutes
kubernetes
provider
hosting
cloud
capsi
patches
currently
gcp
2133
vmware
youtube image

31 Aug 2022

Agenda: https://docs.google.com/document/d/1OZE-ub-v6B8y-GuaWejL-vU_f9jsjBbrim4LtTfxssw/

[dmoiseev] Introduce well-known tag for exclude subnets within a auto-discovery procedure for ELB backed services
https://github.com/kubernetes/cloud-provider-aws/issues/442

[jyotimahapatra] As a cluster operator I don’t have a mechanism to shift leadership away from an impacted AZ. https://github.com/kubernetes/kubernetes/issues/111899

[bridgetkromhout] https://github.com/kubernetes/kubernetes/pull/108095 - looking for more feedback/replies so we can get this resolved
  • 7 participants
  • 38 minutes
providers
cloud
aws
issue
triage
discussion
guidelines
server
loading
iam
youtube image

3 Aug 2022

Agenda: https://docs.google.com/document/d/1OZE-ub-v6B8y-GuaWejL-vU_f9jsjBbrim4LtTfxssw/

Discuss PRs merged/need attention for 1.25
https://github.com/kubernetes/kubernetes/issues/111029
Implemented in:
https://github.com/kubernetes/kubernetes/pull/111033
https://github.com/kubernetes/kubernetes/pull/111462
https://github.com/kubernetes/kubernetes/pull/111466
https://github.com/kubernetes/kubernetes/pull/110066
https://github.com/kubernetes/kubernetes/pull/108838

https://testgrid.k8s.io/google-gce#disable-cloud-provider

“kubelets specifying --cloud-provider=external will add a taint node.cloudprovider.kubernetes.io/uninitialized with an effect NoSchedule during initialization. CloudNodeController will get NodeMetadata from cloud provider, add LabelInstanceTypeStable, LabelTopologyRegion, LabelTopologyZone labels, finally remove uninitialized taints.
if cloud provider has some additional work for initialize node, before works done, want keep this uninitialized taints, can add some hook that CloudNodeController get node initializing information from cloud provider, if not completed, not remove this taints?”
  • 3 participants
  • 29 minutes
services
providers
cloud
issue
gcp
ccm
hosted
controllers
aws
reconfigurations
youtube image

6 Jul 2022

Agenda: https://docs.google.com/document/d/1OZE-ub-v6B8y-GuaWejL-vU_f9jsjBbrim4LtTfxssw/

List of failing tests due to disabling cloud providers:
https://github.com/kubernetes/test-infra/pull/26747

[bridgetkromhout] test triage reminder - see https://github.com/kubernetes/kubernetes/issues/109913#issuecomment-1123973475 for Nick’s comment about breaking it out into multiple issues per-provider

[bridgetkromhout] cherry-pick deadline this week! https://kubernetes.io/releases/patch-releases/#upcoming-monthly-releases
  • 4 participants
  • 22 minutes
providers
cloud
triage
issue
updates
bug
gcp
process
suggestion
sig
youtube image

22 Jun 2022

Agenda: https://docs.google.com/document/d/1OZE-ub-v6B8y-GuaWejL-vU_f9jsjBbrim4LtTfxssw/

Last call for enhancements freeze for 1.25

LKG - not an enhancement, but walter needs to write an email for sig release

Cloud provider flag https://github.com/kubernetes/kubernetes/pull/110066

Node Addresses flapping https://github.com/kubernetes/kubernetes/issues/109793

[elmiko] curious about 1.24 bump for cloud-provider-gcp

[bridgetkromhout] need approvals for cherry-picked bugfix backports of https://github.com/kubernetes/kubernetes/pull/107631
  • 5 participants
  • 32 minutes
updates
enhancements
patch
cloud
azure
milestones
provider
ccm
aws
resolving
youtube image

1 Jun 2022

Don’t miss out! Join us at our upcoming hybrid event: KubeCon + CloudNativeCon North America 2022 from October 24-28 in Detroit (and online!). Learn more at https://kubecon.io. The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects.

SIG Cloud Provider: Portable K8s Across all Clouds, Roadmap and Updates - Nick Turner, Amazon & Steve Wong, VMware

Cloud Provider code allows Kubernetes to run on top of different platforms, with an implementation for each. The agenda will include: An overall status report on removing the cloud provider code from the main Kubernetes repository to “out of tree repositories; “Lightning talks” for individual cloud providers, reporting efforts, accomplishments, and roadmap for features and getting "out-of-tree". We’ll also discuss the plans to handle cloud provider migration - including interesting topics like building and migrating to cloud controller managers, and kubelet image credential providers. The goal of SIG Cloud Provider is to promote a vendor-neutral ecosystem for our community. We will close with details on how you can get involved with the SIG as either a cloud infrastructure supporter, a K8s distribution author, or a K8s user.
  • 3 participants
  • 27 minutes
kubernetes
providers
provider
cloud
deployments
proxy
server
vmware
pod
aws
youtube image

25 May 2022

Agenda: https://docs.google.com/document/d/1OZE-ub-v6B8y-GuaWejL-vU_f9jsjBbrim4LtTfxssw/

[Joel] AWS bug with custom DHCP parameters
https://github.com/kubernetes/cloud-provider-aws/issues/384

Kubecon recap

Should cloud providers enable –external-cloud-volume-plugin be enabled for all cloud providers?

Next kubecon - meetup as sig?
  • 3 participants
  • 24 minutes
provisioning
providers
configuration
managed
cloud
hosting
bandwidth
triage
metadata
metadervis
youtube image

11 May 2022

Agenda: https://docs.google.com/document/d/1OZE-ub-v6B8y-GuaWejL-vU_f9jsjBbrim4LtTfxssw/edit#

[joelspeed] extraction/migration schedule
[steve wong] We (Nick and Steve Wong) need “lightning talk” presentations from individual cloud providers now for KubeCon Europe

event link https://sched.co/ytow
draft of deck is here - https://docs.google.com/presentation/d/1x6igOAIJmNN7xlEiiX98TTufsqztXbbu/edit?usp=sharing&ouid=118341252518163971765&rtpof=true&sd=true
  • 6 participants
  • 53 minutes
cloud
azure
managed
github
forum
providers
trouble
server
upgrade
interoperate
youtube image

21 Apr 2022

Agenda - https://docs.google.com/document/d/1KLsGGzNXQbsPeELCeF_q-f0h0CEGSe20xiwvcR2NlYM/edit#

[andrewsy] Starting May 5th meeting will start at 9:30 PT
Walter to update calendar invite going forward

[elmiko] question about the “use-service-account-credentials” flag, how does this work, what is the history behind it?

Nckturner recently added a PR to allow custom service account names per cloud controller in CCM https://github.com/kubernetes/kubernetes/pull/103178

[cheftako] thinking of new branching strategy for KNP
AI to continue discussion in https://github.com/kubernetes-sigs/apiserver-network-proxy/issues/346

[jakub] thoughts on adding controller metrics to check if controller is running on either KCM or CCM?

[cheftako] jiahui might be the best person to follow-up with, overall sounds like a good idea

[jakub] metrics already exists https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/component-base/metrics/prometheus/controllers/metrics.go
  • 4 participants
  • 17 minutes
ccm
controllers
provider
rules
server
cloud
times
deployments
api
flag
youtube image

13 Apr 2022

Agenda - https://docs.google.com/document/d/1OZE-ub-v6B8y-GuaWejL-vU_f9jsjBbrim4LtTfxssw/

Steve Wong - discuss presentation for KubeCon Europe - est 15 minutes
session link: https://sched.co/ytow

draft deck link https://docs.google.com/presentation/d/1x6igOAIJmNN7xlEiiX98TTufsqztXbbu/edit?usp=sharing&ouid=116033065032532950423&rtpof=true&sd=true

Individual cloud provider Individual cloud providers are encouraged to create 3 minute lightning talks as an mp4 video, plus 2 or 3 slides, which will be incorporated in the presentation. These will be Due by May 2 .

Please see KubeCon North America 2021 for examples.- here
https://docs.google.com/presentation/d/1aECvgvxDtEKerCYlBaZwaJM43atYHN94/edit?usp=sharing&ouid=116033065032532950423&rtpof=true&sd=true

https://youtu.be/ogLedHIERaA
Who is going?
Nick
Steve
Bridget
El Miko

Any outstanding issues/PRs for v1.24?
Planning for 1.25 next meeting.
could do a board like: https://github.com/orgs/kubernetes/projects/10
  • 6 participants
  • 23 minutes
triage
gcp
provider
cloud
updates
issue
sync
deploying
backup
vsphere
youtube image

30 Mar 2022

  • 5 participants
  • 15 minutes
updates
triage
merge
aws
azure
services
prs
sig
2022
ibm
youtube image

24 Mar 2022

  • 5 participants
  • 26 minutes
removing
server
providers
repos
tweaks
concern
insecure
serving
prs
gcp
youtube image

16 Mar 2022

Agenda: https://docs.google.com/document/d/1OZE-ub-v6B8y-GuaWejL-vU_f9jsjBbrim4LtTfxssw/

* Leader migration update
* PRs to review before code freeze
  • 5 participants
  • 30 minutes
issue
vsphere
providers
server
v1
setup
cloud
triage
updates
aws
youtube image

2 Mar 2022

Leader Migration GA Graduation, clearer docs on deprecations, annual report and more.
  • 9 participants
  • 36 minutes
triage
kubernetes
cloud
issue
v3
balancer
dashboard
providers
patch
gcp
youtube image

24 Feb 2022

* Leader Migration to GA Graduation
* IPv6 and ANP
  • 5 participants
  • 13 minutes
kubernetes
managed
aws
server
proxy
dashboard
deploying
cloud
providers
administrator
youtube image

16 Feb 2022

Meeting time change, Node IPAM, feature graduation, annual report and more.
  • 12 participants
  • 46 minutes
updates
aws
balancer
kubernetes
issue
azure
v1
dashboard
pot
flagging
youtube image

10 Feb 2022

Leader migration, Cloud provider flag in kube-up, and more.
  • 7 participants
  • 20 minutes
amazon
vmware
migrating
providers
aws
server
process
planning
cloud
okay
youtube image

2 Feb 2022

Add Approver/reviewers, pull requests, new meeting time, and more.
  • 8 participants
  • 47 minutes
server
issue
manage
azure
triage
vmware
host
updates
deployments
balancer
youtube image

27 Jan 2022

KEP Review
  • 5 participants
  • 15 minutes
standards
gcp
providers
cloud
comply
api
important
review
performance
general
youtube image

19 Jan 2022

New Chair, 1.24 KEPs, Kubecon EU
  • 9 participants
  • 57 minutes
kubernetes
gcp
azure
hosted
updates
cloud
providers
proxy
github
microsoft
youtube image

13 Jan 2022

Plans for finishing the working group, PR Review, KEPs
  • 8 participants
  • 26 minutes
providers
cloud
kubernetes
planning
review
process
manager
vmware
cluster
remotely
youtube image

8 Dec 2021

Election for new SIG Cloud Provider co-chair.
Move to match cloud provider versioning with K/K versioning.
Discussion on zone label usage
Support for mixed protocols (IPV4 and IPV6)
  • 8 participants
  • 34 minutes
kubernetes
gcp
cloud
providers
cluster
concerns
updates
vmware
proxy
kk
youtube image

2 Dec 2021

Nominations for co-chair
Discuss PR about konn-client leaks in ANP
Request help on webhooks in CCM KEP
Overview of AP Expression changes.
  • 4 participants
  • 17 minutes
kubernetes
providers
kk
connectivity
cloud
proxy
general
issue
upgrade
2021
youtube image

4 Nov 2021

KEP 1771 - Cloud Provider versioning scheme
Docs accuracy with Node Controller
Plans to test Cloud Provider feature gates
  • 2 participants
  • 9 minutes
cloud
kubernetes
servers
nodes
2021
providers
gcp
policies
sig
scaler
youtube image

27 Oct 2021

Plan to accelerate Leader Migration KEP
Review of KubeCon
Review cloud-provider-gcp/282
Release of AWS 2.3 with LoadBalancerController
Need to look at release versioning policy
  • 8 participants
  • 28 minutes
cloud
policies
providers
deploying
gcp
finalize
proceeding
cluster
updates
2021
youtube image

21 Oct 2021

APIServer Network Proxy Adoption in Azure
Cloud-Provider-GCP fix
Plan to accelerate graduation of leader migration
Chair/TL succession planning
  • 6 participants
  • 43 minutes
proxy
gcp
deploying
kubernetes
server
concerns
providers
cloud
process
gke
youtube image

7 Oct 2021

Test tags for specific kinds of cloud provider tests.
- Continue with gce-pd tag
- Disable tests with these in K/K Prow
- Introduce StorageProvider tag
  • 5 participants
  • 12 minutes
providers
sig
cloud
testing
kubernetes
pod
considerations
storage
extraction
issue
youtube image

29 Sep 2021

Discuss Webhook support in CCM KEP.
Kubecon planning
Mixed protocol in service support for cloud providers.
  • 8 participants
  • 30 minutes
updates
cloud
amazon
approvers
provider
kubernetes
aws
vmware
azure
hi
youtube image

23 Sep 2021

- Last Known Good (LKG) design doc is now public
- Webhook implementation in CCM. Ask for help.
  • 5 participants
  • 21 minutes
kubernetes
providers
gcp
cloud
hosted
lkg
discussed
approved
cluster
issue
youtube image

15 Sep 2021

- Azure specific question, curious about thoughts around running the Azure Node Manager as a service
related https://github.com/kubernetes-sigs/cloud-provider-azure/issues/800`
- Webhook controller for CCM KEP approved for Alpha.
reach out to andrewsykim or cheftako if you’re interested
- KubeCon talk prep
  • 7 participants
  • 27 minutes
vsphere
nodes
azure
aws
cloud
kubernetes
services
pods
vmware
updates
youtube image

9 Sep 2021

- Prospective Asian/European contributor friendly meeting times.
- Review Last Known Good (LKG) proposal for e2e testing proposal. (slides)
There are branching requirements for cloud providers. LKG testing can be done on each release branch. Version skew of both N-1 and N+1 would be ideal. There are two aspects of this: what version the cloud provider builds against, and what version of kubernetes it is tested against.
- For CSI we test against the last 3 versions of kubernetes and have another that tests against the head of kubernetes (but don't block on it).
  • 5 participants
  • 33 minutes
kubernetes
cloud
providers
transitioning
gcp
workflow
interface
testing
guidelines
cluster
youtube image

1 Sep 2021

- https://github.com/kubernetes/enhancements/pull/2928 - Adding webhook extension support to the CCM
Needed to handle PVL cloud provider extraction case.
Please ignore my inability to spell :)
- question about `--cloud-provider` flag deprecation in API Server
- once we know how many there are we can estimate the times for each and give notice to those who are creating them
AI: before next meeting, volunteers please self identify for who will be creating the recordings
  • 9 participants
  • 40 minutes
cloudflare
gcp
updates
providers
kubernetes
vmware
amazon
server
ipam
dashboards
youtube image

18 Aug 2021

- consuming cloud credentials (Red Hat) is implementing the CCMs in OpenShift we are running into complications around how the individual CCMs consume their cloud credentials.

- for example, Azure CCM referencing a ConfigMap
related, https://github.com/kubernetes/kubernetes/pull/104314
curious to hear if the community has any thoughts about this , or if there are plans to make this more standardized?
not specifically, each provider has its own method

- WIP PR for new node condition representing intialization state https://github.com/kubernetes/kubernetes/pull/104436
no KEP requried but need to improve API docs
  • 6 participants
  • 49 minutes
vpc
updates
ibm
project
concerns
csi
provider
cloud
announced
kubernetes
youtube image

12 Aug 2021

- MS/Azure Rep? Craig Peters leaving.

- GCP - Patching vendor for CCM.
Use /third_party, like k/k does
Backport to k/k, pin dependency to a certain commit (hash version)

- Please get 1.23 KEPs in early
Need alpha version of webhook server KEP.
kubelet credential provider to Beta
controller manager migration updates?
Overloaded KEP review with requests coming late. Deadline is ________

- GCE-PD Volumes and in-tree Tests (@jpbetz, @mattcary, @leiyiz)
Need to make sure that test signal is reported back into k/k
Need to integrate and test cloud-provider-gcp against k/k at sufficiently high frequency, and with sufficient automation
  • 4 participants
  • 23 minutes
vmware
cloud
gcp
provider
microsoft
patching
consensus
migrated
azure
ccm
youtube image

28 Apr 2021

Discussed the PersistentVolumeLabel Admission Controller ; Discussion will continue in the next extraction meeting.
  • 5 participants
  • 32 minutes
updates
cloud
providers
openstack
discussion
aws
vsphere
issue
kubernetes
joe
youtube image

22 Apr 2021

https://github.com/kubernetes/kubernetes/issues/52617 - Remove the PersistentVolumeLabel Admission Controller ; Discussion will continue in the next extraction meeting.
  • 5 participants
  • 22 minutes
configuration
gcp
controller
managed
policies
persistent
volume
bug
ccm
maintainer
youtube image

16 Jul 2020

Discussed making APIServer Network Proxy able to transmit traffic from cluster to control plane. Also update on Credential Provider.
  • 6 participants
  • 42 minutes
proxy
openvpn
vpn
servers
ipvs
protocol
kubernetes
api
https
deploying
youtube image

15 Apr 2020

1.19 backlog grooming
  • 5 participants
  • 33 minutes
provider
registry
credentials
host
interface
ccm
server
cece
process
proposal
youtube image

9 Apr 2020

Updates on credential provider KEP
  • 2 participants
  • 14 minutes
registry
cloud
implementation
ccm
providers
configure
credential
sdks
configuration
comments
youtube image

1 Apr 2020

No description provided.
  • 4 participants
  • 25 minutes
kubernetes
updates
aws
provisioned
backlog
ecm
providers
cloud
repo
dependencies
youtube image

4 Mar 2020

No description provided.
  • 8 participants
  • 35 minutes
updates
kubernetes
providers
gcp
aws
openstack
server
repository
balancers
greenbuild
youtube image

13 Feb 2020

No description provided.
  • 4 participants
  • 25 minutes
cap
registry
providers
cci
cloud
updates
presubmit
implementation
server
migrating
youtube image

22 Jan 2020

No description provided.
  • 14 participants
  • 58 minutes
vmware
hi
kubernetes
software
offering
introductions
steve
administration
session
ibm
youtube image

16 Jan 2020

No description provided.
  • 5 participants
  • 25 minutes
credential
provider
consensus
registry
proposal
protocols
authentication
forked
credentials
cap
youtube image

13 Nov 2019

No description provided.
  • 5 participants
  • 10 minutes
kubernetes
cloud
proxy
server
gcp
providers
updates
openstack
ssh
amazon
youtube image

30 Oct 2019

No description provided.
  • 7 participants
  • 29 minutes
testing
aws
updates
iot
ete
providers
cloud
ipam
oversight
indications
youtube image

24 Oct 2019

No description provided.
  • 5 participants
  • 29 minutes
controller
migrate
provisioning
cloud
ccm
implementation
configure
interface
provider
configured
youtube image

16 Oct 2019

No description provided.
  • 8 participants
  • 21 minutes
updates
csi
approval
cloud
milestones
migrating
alibaba
alright
ccm
automated
youtube image

2 Oct 2019

No description provided.
  • 11 participants
  • 56 minutes
hosting
speaker
scheduling
chris
presenter
concerns
currently
volunteers
representatives
provider
youtube image

27 Sep 2019

No description provided.
  • 6 participants
  • 37 minutes
ccm
controllers
approved
configuration
transitioning
cap
review
handling
kcm
upgrades
youtube image

10 Jul 2019

No description provided.
  • 11 participants
  • 55 minutes
planning
vmware
nodes
updates
p04
finalized
concerns
providers
priority
cloud
youtube image

12 Jun 2019

No description provided.
  • 9 participants
  • 31 minutes
providers
deadlines
finalize
2019
plan
kubernetes
cloud
governance
guidelines
backlog
youtube image

1 May 2019

No description provided.
  • 5 participants
  • 24 minutes
providers
kubernetes
hosting
cloud
discussions
deployments
concerns
scheduling
cap
cluster
youtube image

17 Apr 2019

No description provided.
  • 11 participants
  • 43 minutes
cloud
provisioning
kubernetes
hosted
cig
scheduling
concerns
providers
rollout
vmware
youtube image

3 Apr 2019

No description provided.
  • 12 participants
  • 56 minutes
providers
kubernetes
server
governance
users
hosting
proxy
backlog
cloud
aws
youtube image

20 Mar 2019

No description provided.
  • 7 participants
  • 56 minutes
providers
vmware
kubernetes
cloud
finalize
governance
planning
proposal
consensus
schedule
youtube image

6 Mar 2019

No description provided.
  • 4 participants
  • 9 minutes
agreement
kubernetes
cluster
discussion
provider
cloud
repos
views
proposal
concerns
youtube image

20 Feb 2019

No description provided.
  • 10 participants
  • 60 minutes
backlog
manage
zoom
logged
updates
google
launch
priority
repository
forum
youtube image

6 Feb 2019

No description provided.
  • 6 participants
  • 27 minutes
providers
discussions
governance
proposal
consolidating
sig
staging
having
issue
thinking
youtube image

23 Jan 2019

No description provided.
  • 6 participants
  • 19 minutes
enhancements
providers
cloud
concerns
updates
cap
cluster
hi
community
scaling
youtube image

31 Oct 2018

No description provided.
  • 9 participants
  • 48 minutes
providers
discussions
vmware
cloud
forum
thanks
steve
users
aws
attending
youtube image

17 Oct 2018

No description provided.
  • 7 participants
  • 37 minutes
cloud
anticipate
beta
discussion
updates
milestones
providers
carefully
interface
general
youtube image

3 Oct 2018

No description provided.
  • 11 participants
  • 43 minutes
113
updates
hi
kubernetes
2019
release
concerns
process
milestones
offering
youtube image

19 Sep 2018

No description provided.
  • 10 participants
  • 24 minutes
cloud
providers
cluster
proxying
digitalocean
concerns
cig
workflow
community
kubernetes
youtube image

5 Sep 2018

No description provided.
  • 9 participants
  • 29 minutes
nodes
master
issue
cloud
flagged
roadmap
hosted
opinions
gcp
kubernetes
youtube image

22 Aug 2018

No description provided.
  • 8 participants
  • 58 minutes
providers
kubernetes
cloud
discussion
openstack
hosted
dependencies
docker
concerns
introductions
youtube image

8 Aug 2018

No description provided.
  • 11 participants
  • 35 minutes
deletion
kubernetes
stopped
nodes
vmware
openstack
deleted
hosted
loss
cloud
youtube image

25 Jul 2018

No description provided.
  • 7 participants
  • 18 minutes
cloud
providers
vmware
comments
staging
meet
concern
proposal
aws
service
youtube image

11 Jul 2018

No description provided.
  • 9 participants
  • 35 minutes
testing
kubernetes
consensus
updates
scheduled
concerns
balancers
providers
centralized
beta
youtube image

20 Jun 2018

No description provided.
  • 13 participants
  • 42 minutes
cloud
vmware
hi
hosting
cig
openstack
communicating
introductions
concerns
providers
youtube image