在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):ory/k8s开源软件地址(OpenSource Url):https://github.com/ory/k8s开源编程语言(OpenSource Language):Mustache 65.8%开源软件介绍(OpenSource Introduction):Kubernetes Helm Charts for ORYThis repository contains helm charts for Kubernetes. All charts are in incubation phase and use is at your own risk. Please go to k8s.ory.sh/helm for a list of helm charts and their configuration options. NOTE
DevelopmentYou can test and develop charts locally using Minikube. To test a chart locally without applying it to kubernetes, do: $ helm install --debug --dry-run . $ name=<name>
$ helm install --name $name .
$ helm upgrade $name . IngressIf you wish to test ingress, run: $ minikube addons enable ingress Next you need to set up
to the ingress IP. You can find the ingress IP using: $ kubectl get ingress
NAME HOSTS ADDRESS PORTS AGE
kilted-ibex-oathkeeper-api api.oathkeeper.localhost 192.168.64.3 80 1d
kilted-ibex-oathkeeper-proxy proxy.oathkeeper.localhost 192.168.64.3 80 1d Then, append the following entries to your host file ( 192.168.64.3 api.oathkeeper.localhost
192.168.64.3 proxy.oathkeeper.localhost TestingTo run helm test, to: $ helm lint .
$ helm install .
$ helm test --cleanup <name> Remove all releasesTo remove all releases (only in test environments), do: $ helm del $(helm ls --all --short) --purge |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论