silver-surfer icon indicating copy to clipboard operation
silver-surfer copied to clipboard

Kubernetes objects api-version compatibility checker and provides migration path for K8s objects and prepare it for cluster upgrades

Results 19 silver-surfer issues
Sort by recently updated
recently updated
newest added

I tried to run the tests locally against minikube (minikube version: v1.31.2) and kind (kind v0.20.0 go1.20.4 linux/amd64) clusters using go version go1.21.6 linux/amd64. but I got the following errors...

I have 8 files in a directory ``` bash-5.1$ tree /Users/soham/workstation/workspace-1/ct-argo-k8s-prod-apps-manifests/microservices/devops/devops-release-tracker /Users/soham/workstation/workspace-1/ct-argo-k8s-prod-apps-manifests/microservices/devops/devops-release-tracker ├── argoNotifiication.yaml ├── configmap.yaml ├── deployment.yaml ├── hpa.yaml ├── ingress.yaml ├── pdb.yaml ├── secret.yaml └── service.yaml ``` apiVersion...

I pulled the [latest release version](https://github.com/devtron-labs/silver-surfer/releases/tag/v0.1.1) of silver-surfer as of creation of this issue, installed and ran according to the documentation called out in the README, and witnessed that the...

Hi, I'm wondering if silver-surfer automatically updates/migrates deprecated/removed apiVersions along with updating the data structure /formatting from different apiVersions? Also is the team planning to add a Github Action for...

``` W0627 11:51:45.528640 19467 warnings.go:70] policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ invalid character ':' after top-level value (404: Not Found) E0627 11:51:42.688078 19467 memcache.go:196] couldn't get resource...

Bumps [github.com/tidwall/gjson](https://github.com/tidwall/gjson) from 1.8.1 to 1.9.3. Commits 77a57fd Limit the complexity of "like" queries that match on a pattern. 590010f Update match dependency 61273bf Update dependency 78289be Create FUNDING.yml 75046d2...

dependencies

if we compare the latest tag and master branch .. from output of latest tag (v0.1.1) ..I see the below error ``` ERR - failed to unmarshal extension properties: invalid...

I ran `kubedd` against our OpenShift Cluster, where lots of things are deployed using CRDs: OpenTelemetry, ArgoCD, ... The report contained all of these CRDs as `Removed API Version's`. Although...