Skip to content
#

crd

Here are 88 public repositories matching this topic...

camilamacedo86
camilamacedo86 commented Nov 15, 2019

What would you like to be added:
Ignore IDE files by default in order to not face issues as:

$ kubectl kudo install ./first-operator
Error: failed to resolve package CRDs for operator: ./first-operator: while reading package from the file system: unexpected file when reading package from filesystem: first-operator/.idea/first-operator.iml
gen-crd-api-reference-docs
jpeach
jpeach commented May 3, 2020

I posted kubernetes-sigs/service-apis#173 to generate documentation for service-apis, and I noticed that no documentation is generated for constants of an aliased type.

For example, in the CRD definition, we have:

// GatewayConditionType is a type of condition associated with a Gateway.
type GatewayConditionType string

const (
	// ConditionNoSuchGatewayClass
Nyefan
Nyefan commented Apr 2, 2020
W0402 16:47:41.924422       1 client_config.go:529] Neither --kubeconfig nor --master was specified.  Using the inClusterConfig.  This might not work.
I0402 16:47:41.938128       1 scaling-controller.go:132] SCHEDULED SCALER CREATED: application-hpa-schedule-1 -> application
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code
esara
esara commented Sep 7, 2019

$ kubectl logs -f storageos-cluster-operator-598bbc4d79-k66qj -n storageos-operator
2019-09-07T02:46:03.279Z INFO storageos.job Creating a new DaemonSet {"Request.Namespace": "default", "Request.Name": "storageos-job"}
2019-09-07T02:46:03.342Z DEBUG kubebuilder.controller Successfully Reconciled {"controller": "job-controller", "request": "default/storageos-job"}
2019-09-07T02:46:03.478Z INFO

Improve this page

Add a description, image, and links to the crd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the crd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.