Groups
Conversations
All groups and messages
Report Google Groups Bug
Help
Account
Search
Maps
YouTube
Play
News
Gmail
Meet
Contacts
Drive
Calendar
Translate
Photos
Duo
Chrome
Shopping
Finance
Docs
Sheets
Slides
Books
Blogger
Hangouts
Keep
Jamboard
Earth
Collections
Arts and Culture
Google Ads
Podcasts
Stadia
More from Google
Sign in
Groups
Operator Framework
Conversations
About
Operator Framework
1–30 of 363
Welcome to the Operator Framework SIG!
This list is for users of the
Operator Framework
, including announcements, questions, best practices, and general discussions.
Contributor-focused discussion should be directed to the sub-project developer groups:
https://groups.google.com/
forum/#!forum/operator-
framework-sdk-dev
https://groups.google.com/
forum/#!forum/operator-
framework-olm-dev
Mark all as read
Report abusive group
0 selected
Harihara Narayanan B
, …
jesus m. rodriguez
9
Feb 17
Questions on Ansible operator proxy's working
Hi, Based on the comment from Fabian in the thread (pasted below on this comment), the issue seems to
unread,
Questions on Ansible operator proxy's working
Hi, Based on the comment from Fabian in the thread (pasted below on this comment), the issue seems to
Feb 17
John Frizelle
,
Alexander Greene
2
Feb 5
MultiNamespace InstallMode not working
Hello John, Seems like the documentation on OperatorGroups using Selectors is incorrect, the spec
unread,
MultiNamespace InstallMode not working
Hello John, Seems like the documentation on OperatorGroups using Selectors is incorrect, the spec
Feb 5
estr...@redhat.com
Feb 4
operator-sdk v1.3.1 and v1.4.0 releases
operator-sdk v1.3.1 and v.1.4.0 have been released! Thanks to all who contributed
unread,
operator-sdk v1.3.1 and v1.4.0 releases
operator-sdk v1.3.1 and v.1.4.0 have been released! Thanks to all who contributed
Feb 4
Pavan Patharde
, …
Eric Stroczynski
3
Feb 4
Umbrella Helm Chart to Operator
This use case is handled well by a required CRDs section in a bundle ClusterServiceVersion manifest
unread,
Umbrella Helm Chart to Operator
This use case is handled well by a required CRDs section in a bundle ClusterServiceVersion manifest
Feb 4
Lars Francke
, …
Camila Macedo
13
Jan 26
Operator Architectures Best Practices
Hi Lars, I am very glad that we could help you with this subject. Please, feel free to raise issues
unread,
Operator Architectures Best Practices
Hi Lars, I am very glad that we could help you with this subject. Please, feel free to raise issues
Jan 26
estr...@redhat.com
Jan 13
Meeting recordings now on OF YouTube
Hey all, The Operator Framework now has a dedicated YouTube channel! All OF working group meetings
unread,
Meeting recordings now on OF YouTube
Hey all, The Operator Framework now has a dedicated YouTube channel! All OF working group meetings
Jan 13
anilkumar panditi
Jan 5
Status is unknown while installing Redhat businessautomation-operator
Hi, I am trying to install Redhat businessautomation-operator, from Operator Hub and it keeps on
unread,
Status is unknown while installing Redhat businessautomation-operator
Hi, I am trying to install Redhat businessautomation-operator, from Operator Hub and it keeps on
Jan 5
Beni Cherniavsky-Paskin
,
Shawn Hurley
2
Jan 4
What to do about High memory usage in ListAndWatch->List?
Hello, I think that what you might be looking for is: https://github.com/kubernetes-sigs/controller-
unread,
What to do about High memory usage in ListAndWatch->List?
Hello, I think that what you might be looking for is: https://github.com/kubernetes-sigs/controller-
Jan 4
estr...@redhat.com
12/17/20
Operator SDK v1.3.0
operator-sdk v1.3.0 has been released! This is a big release, namely that a new go CLI plugin go/v3
unread,
Operator SDK v1.3.0
operator-sdk v1.3.0 has been released! This is a big release, namely that a new go CLI plugin go/v3
12/17/20
Michael Greenberg
,
Eric Stroczynski
2
12/16/20
best-practices regarding RBAC configuration for a new CRD
These RBAC manifests define the equivalent of un-aggregated user-facing roles for editing (r/w) and
unread,
best-practices regarding RBAC configuration for a new CRD
These RBAC manifests define the equivalent of un-aggregated user-facing roles for editing (r/w) and
12/16/20
Majid M A
12/9/20
Setting Reconciliation interval in watches.yaml
Hello Team, I am using ansible operator sdk. I have a playbook which is running continuously for
unread,
Setting Reconciliation interval in watches.yaml
Hello Team, I am using ansible operator sdk. I have a playbook which is running continuously for
12/9/20
Loic Fouray
, …
Kevin Rizza
5
12/3/20
OLM : Update of an Operator's CR without repackaging the operator
There's currently no way to force updates to the content coming from catalogs without modifying
unread,
OLM : Update of an Operator's CR without repackaging the operator
There's currently no way to force updates to the content coming from catalogs without modifying
12/3/20
jonathan...@gmail.com
12/2/20
operator-sdk Release Schedule Changes
Hello all, Normally an operator-sdk release occurs every 3 weeks. The cadence of the next two
unread,
operator-sdk Release Schedule Changes
Hello all, Normally an operator-sdk release occurs every 3 weeks. The cadence of the next two
12/2/20
Hannu Kröger
11/26/20
Testing children fetching in Golang operator
Hello, I started to build my own operator in Golang and basics are working fine. I am now looking
unread,
Testing children fetching in Golang operator
Hello, I started to build my own operator in Golang and basics are working fine. I am now looking
11/26/20
Harihara Narayanan B
11/25/20
Two operators watching a CR
Hello, We are developing an operator that will instantiate a CR of another dependent operator, what I
unread,
Two operators watching a CR
Hello, We are developing an operator that will instantiate a CR of another dependent operator, what I
11/25/20
Majid M A
,
Eric Stroczynski
3
11/25/20
Operator sdk: Manager-controller image not found.
Hello Eric, Many Thanks, your suggestion of using `make deploy IMG=<your operator image>` works
unread,
Operator sdk: Manager-controller image not found.
Hello Eric, Many Thanks, your suggestion of using `make deploy IMG=<your operator image>` works
11/25/20
Loic Fouray
,
Kevin Rizza
5
11/20/20
OLM : Consumption of an operator from Operatorhub.io Catalog behind Proxy
Yes, after that my operator will be deployed, i should update the images registry used by default in
unread,
OLM : Consumption of an operator from Operatorhub.io Catalog behind Proxy
Yes, after that my operator will be deployed, i should update the images registry used by default in
11/20/20
Hui Kang
11/18/20
How to update test functions due to the deprecated test package of sdk 1.2.0
Hi, Prior to v1.x, operator-sdk provides some utility functions for writing tests like e2eutil.
unread,
How to update test functions due to the deprecated test package of sdk 1.2.0
Hi, Prior to v1.x, operator-sdk provides some utility functions for writing tests like e2eutil.
11/18/20
Camila Macedo
2
11/17/20
[Deprecated/Archived] - github.com/operator-framework/operator-sdk-samples repository
Hi @folks, Just to clarify: The release version is `v1.2.0` and not `v1.20`. Cheers, CAMILA MACEDO SR
unread,
[Deprecated/Archived] - github.com/operator-framework/operator-sdk-samples repository
Hi @folks, Just to clarify: The release version is `v1.2.0` and not `v1.20`. Cheers, CAMILA MACEDO SR
11/17/20
Austin Macdonald
11/17/20
Kubecon Office Hours November 17, 20
Hello everyone! If you are attending Kubecon NA, the Operator Framework is participating in the
unread,
Kubecon Office Hours November 17, 20
Hello everyone! If you are attending Kubecon NA, the Operator Framework is participating in the
11/17/20
Hui Kang
, …
Daniel Messer
5
11/16/20
How to package the metric service and serviceMonitor in the CSV manifest file
Thanks. Upgrading to sdk 1.2 generates the service and servicemonitor yaml files. - Hui On Monday,
unread,
How to package the metric service and serviceMonitor in the CSV manifest file
Thanks. Upgrading to sdk 1.2 generates the service and servicemonitor yaml files. - Hui On Monday,
11/16/20
Shoubhik Bose
, …
Ric Featherstone
5
11/16/20
Operator config by the admin
That's awesome, I hadn't picked up on that. Thank you On Monday, 16 November 2020 at 10:50:46
unread,
Operator config by the admin
That's awesome, I hadn't picked up on that. Thank you On Monday, 16 November 2020 at 10:50:46
11/16/20
Hui Kang
,
Eric Stroczynski
3
11/9/20
Null Namespace permission generated bundle
Hi, Eric, upgrading to v1.1.0 resolves this issue. Thanks. - Hui On Monday, November 9, 2020 at 5:25:
unread,
Null Namespace permission generated bundle
Hi, Eric, upgrading to v1.1.0 resolves this issue. Thanks. - Hui On Monday, November 9, 2020 at 5:25:
11/9/20
Hui Kang
,
Eric Stroczynski
4
11/9/20
How to set operators.operatorframework.io/builder
Ah, `go get` can't be used to install operator-sdk if you want compile-time variables set
unread,
How to set operators.operatorframework.io/builder
Ah, `go get` can't be used to install operator-sdk if you want compile-time variables set
11/9/20
David Macháček
, …
Kevin Rizza
7
11/5/20
OLM from operatorhub.io for kubernetes (without Openshift)
I am closing the conversation since its more likely to be an IKS problem and continue to investigate
unread,
OLM from operatorhub.io for kubernetes (without Openshift)
I am closing the conversation since its more likely to be an IKS problem and continue to investigate
11/5/20
Craig Brookes
,
Daniel Messer
2
11/4/20
Operand rollback due to failed upgrade
Hi Craig, Practically in order to migrate it is required that your Operator understands and can
unread,
Operand rollback due to failed upgrade
Hi Craig, Practically in order to migrate it is required that your Operator understands and can
11/4/20
Michael Greenberg
, …
Juraci Paixão Kröhling
21
10/28/20
Operator SDK 1.0 Admission Webhooks
On 28.10.20 14:05, Alex Greene wrote: > I'm going to reach out to you off list so we can debug
unread,
Operator SDK 1.0 Admission Webhooks
On 28.10.20 14:05, Alex Greene wrote: > I'm going to reach out to you off list so we can debug
10/28/20
Ari
, …
Marc Boorshtein
3
10/27/20
Why not use vanilla StatefulSet/Deployment + client-go instead of Operator SDK?
We've been developing and using our operator for 18 months. If you really have just K8s standard
unread,
Why not use vanilla StatefulSet/Deployment + client-go instead of Operator SDK?
We've been developing and using our operator for 18 months. If you really have just K8s standard
10/27/20
robinhood-me
,
Kevin Rizza
2
10/27/20
can't get olm pods to quit crashing when installing on local cluster
Are there any events on the olm namespace where the pods are crashing? That should be more than
unread,
can't get olm pods to quit crashing when installing on local cluster
Are there any events on the olm namespace where the pods are crashing? That should be more than
10/27/20
Olivier Chantrel
,
Shoubhik Bose
5
10/27/20
How to retrieve logged username who creates new Custom Resource
This is exactly what I was looking for, many thanks. Le mardi 27 octobre 2020 à 15:10:05 UTC+1,
unread,
How to retrieve logged username who creates new Custom Resource
This is exactly what I was looking for, many thanks. Le mardi 27 octobre 2020 à 15:10:05 UTC+1,
10/27/20