Open r10r opened 4 years ago
Fixed by modifying athens-proxy/templates/jaeger-deploy.yaml
See Kubernetes: Deprecated APIs Removed In 1.16: Here’s What You Need To Know
root@container-node:~/packages/tmp# diff -ur athens-proxy athens-proxy.mod/
diff -ur athens-proxy/templates/jaeger-deploy.yaml athens-proxy.mod/templates/jaeger-deploy.yaml
--- athens-proxy/templates/jaeger-deploy.yaml 2020-07-03 17:07:45.000000000 +0200
+++ athens-proxy.mod/templates/jaeger-deploy.yaml 2020-07-24 16:19:11.894111072 +0200
@@ -1,5 +1,5 @@
{{- if .Values.jaeger.enabled -}}
-apiVersion: extensions/v1beta1
+apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "fullname" . }}-jaeger
root@container-node:~/packages/tmp# tar xzf /root/.cache/helm/repository/athens-proxy-0.4.12.tgz
root@container-node:~/packages/tmp# vim athens-proxy/templates/jaeger-deploy.yaml
root@container-node:~/packages/tmp# tar czpf athens-proxy-0.4.12-1.tgz athens-proxy
root@container-node:~/packages/tmp# helm install athens-proxy-0.4.12-1.tgz --generate-name
NAME: athens-proxy-0-1595600369
LAST DEPLOYED: Fri Jul 24 16:19:29 2020
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
Get the Athens URL by running these commands:
export POD_NAME=$(kubectl get pods --namespace default -l "app=athens-proxy-0-1595600369,release=athens-proxy-0-1595600369" -o jsonpath="{.items[0].metadata.name}")
echo "Visit http://127.0.0.1:8080 to use your application"
kubectl port-forward $POD_NAME 8080:3000
See https://docs.gomods.io/install/install-on-kubernetes/ for advanced installation instructions.
Failed to install gomods/athens-proxy from upstream help chart.