Sunny
Sunny
This change introduces `NewRegisterSmartTransportWithOptions()` to help configure the smart transport with `SmartSubtransportOptions`. If the default smart subtransport client needs to be configured, a newly configured smart transport can be registered...
__NOTE__: Reimplemented in #870 For http transport, perviously, an initial request without any credentials was being sent and upon unauthorized response, credentials were fetched and the request was retried with...
As per https://ignite.readthedocs.io/en/stable/installation/#ignited-daemon, ignited creates VMs declaratively. But ignited seems to delete the VM config from `/etc/firecracker/manifests/` after creating a VM: ```console DEBU[0119] FileWatcher: Sending update: MODIFY -> "/etc/firecracker/manifests/smoke-test.yml" DEBU[0119]...
Implements importing local container images from tar file. Uses a new subcommand `tarimport` for now, since `import` command is already used for pulling the image from image repository. Adds a...
This adds test for reconciliation with reconcile request annotation. Since it depends on setters, it's moved as a subtest under "strategy setters". Also, moves the ImagePolicy to be created per...
Add benchmark for `recurseKustomizationFiles()` to measure the performance of recursively loading kustomization files with certain percentage of symlinks in the kustomizations. Follow up of #619 . Benchmark results for 10/100/1000/10000...
- Adds [kustomization](https://kustomize.io/) files - kustomize applies the kustomize namespace on all the namespaced resources. Remove the namespace from individual files. - Move operator optional environment variables to be populated...
We already use operator-sdk v0.18 go package. Use the new OSDK CLI with `--crd-version` flag to generate v1beta1 CRDs. NOTE: This should be merged after v2.2 release.
This runs the e2e operator-sdk tests (non-OLM) with go run, instead of running in a container. Container image is built only for OLM based test setup. Also, uses the new...
This adds a new build stage in the CI where the container image is built once and pushed to docker hub. The test and deploy stages pull the same image...