operator-sdk
operator-sdk copied to clipboard
SDK for building Kubernetes applications. Provides high level APIs, useful abstractions, and project scaffolding.
### What needs fixing? Hi, Is there any the best practices guide which describes common patterns of CI/CD for development and publishing K8S operator ? For example in my case...
```golang /* Copyright 2022. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy...
I could not find any reference to ComponentConfig in operator-sdk documentation: https://book.kubebuilder.io/component-config-tutorial/tutorial.html This is an important aspect for controlling any advance functionality of the controller: - cleansing policies - sync...
**Description of the change:** The purpose of this plugin is to create a component that makes it easy for the developer to build operators using the VS Code IDE, this...
Signed-off-by: Rudradev Pal **Description of the change:** Unpinned cryptography python dependency for ansible-opeator #5739 **Motivation for the change:** As per the issue #5739 **Checklist** If the pull request includes user-facing...
## Type of question Best practices --> General operator-related help --> ## Question #### What did you do? I'm trying to run `operator-sdk generate kustomize manifests --apis-dir api --input-dir ../config/manifests...
Signed-off-by: perdasilva **Description of the change:** Moves the sqlite directory in the `run bundle` command pod spec to be `/opm/database`. Should only be merged after https://github.com/operator-framework/operator-registry/pull/985 is merged and a...
This action runs GitHub's industry-leading semantic code analysis engine, CodeQL, against a repository's source code to find security vulnerabilities. https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql https://github.com/ossf/scorecard/blob/main/docs/checks.md#sast Signed-off-by: naveen
## Bug Report ``` operator-sdk v.1.14.0 scorecard-test v1.14.0 ``` I'm from the DCI team. As a part of our daily cert suite, we regularly run `operator-sdk scorecard --selector=test=basic-check-spec-test` for two...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...