zufardhiyaulhaq / frp-operator

Expose your service in Kubernetes to the Internet with open source FRP!
MIT License
33 stars 14 forks source link

Examples dont work anymore #4

Open libracoder opened 3 months ago

libracoder commented 3 months ago
image

I get these errors

The Upstream "nginx" is invalid: 
* spec.tcp.healthCheck: Required value
* spec.udp: Required value
zufardhiyaulhaq commented 2 months ago

Hi @libracoder master branch is for development.

please use the latest release v0.2.0 https://github.com/zufardhiyaulhaq/frp-operator/releases/tag/v0.2.0

zufardhiyaulhaq commented 2 months ago

you can use helm chart version 1.0.0 https://github.com/zufardhiyaulhaq/frp-operator/blob/v0.2.0/charts/frp-operator/Chart.yaml

libracoder commented 2 months ago

This v0.2.0 is broken too, we're having issues with TCP and UDP parameters in the client, which dosent exist in the example .

zufardhiyaulhaq commented 2 months ago

@libracoder can you show what is the error with v0.2.0?

zufardhiyaulhaq commented 2 months ago

please update your CRDs with v0.2.0

kubectl apply -f https://raw.githubusercontent.com/zufardhiyaulhaq/frp-operator/v0.2.0/charts/frp-operator/crds/crds.yaml
zufardhiyaulhaq commented 2 months ago

or you can use v0.3.0

https://github.com/zufardhiyaulhaq/frp-operator/releases/tag/v0.3.0