Jesse Hu
Jesse Hu
When storing configuration files in Git, it's easy to show diff between different versions. When storing configuration files in a docker image, we will need an imgpkg sub command to...
**Describe the problem/challenge you have** We want to use a shared Secret across Package CRs, and use different keys in the Secret for different Package CRs. **Describe the solution you'd...
**What steps did you take:** When applying a PackageInstall CR with Spec.SyncPeriod == nil. **What happened:** The generated App.Spec.SyncPeriod is 10min. **What did you expect:** Package.Spec.Template.Spec.SyncPeriod (if not nil) should...
Currently if the key in the Hash is a symbol (e.g. h = {a: 1}), to_yaml will generate `:a: 1`. ``` irb(main):003:0> require 'yaml' irb(main):003:0> puts({a: 1, b: 'ruby'}.to_yaml) ---...
Current https://github.com/mislav/ssl-tools/blob/master/remote-cert doesn't work on CentOS 5.9 64bits : echo | openssl s_client -connect : 2>&1 | sed -nEe '/^-+BEGIN/,/^-+END/p' But the following code works well echo | openssl s_client...
**What steps did you take and what happened:** ``` $ clusterctl delete --all --include-crd --include-namespace -v 4 Deleting Provider="bootstrap-kubeadm" Version="v1.2.3" Namespace="capi-kubeadm-bootstrap-system" Deleting Provider="control-plane-kubeadm" Version="v1.2.3" Namespace="capi-kubeadm-control-plane-system" Deleting Provider="cluster-api" Version="v1.2.3" Namespace="capi-system" Deleting...
[openEuler](https://www.openeuler.org/en/ ) OS is based on [CentOS](https://www.centos.org/) but is further developed by Huawei Technologies for enterprise applications.
**Describe the problem/challenge you have** Hello, is there an option similar to IfNotPresent in K8s for the image url used in fetch ? https://carvel.dev/kapp-controller/docs/v0.48.x/packaging/ ``` # App template used to...
**Describe the problem/challenge you have** [A description of the current challenge that you are experiencing.] Reconciling App CR will create/update objects in the K8s cluster. The reconciling will be triggered...
**What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes #10195 **Test**: - Added UT for KCP.Status update logic in the error scenario. - The...