日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

Jerry本地安装SAP Kyma的一些失败尝试

發布時間:2023/12/19 36 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Jerry本地安装SAP Kyma的一些失败尝试 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

Jerry Installation

homebrew uninstall: /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)”

install: /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

command C - option + command + v

set up certificate:
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain certs/workspace/raw/server.crt

https://github.com/kubernetes/minikube/releases/download/

https://github.com/kubernetes/minikube/releases/download/v0.28.2/localkube

kyma proxy set in Virtual Machine:

cd /etc/systemd/system/

sudo mkdir docker.service.d

cd docker.service.d
sudo vi http-proxy.conf

[Service]
Environment=“HTTP_PROXY=http://proxy.jerry.corp:8080/”

sudo systemctl daemon-reload
sudo systemctl restart docker
exit

k8s.gcr.io/pause-amd64:3.1

cmd/run.sh --skip-minikube-start - does not work

sudo kubectl -n kube-system describe pod tiller-deploy-5b945b8b89-hggjs

Bind the services to the applications through Secrets.

Secret is a basic resource to transfer logins and passwords to the Deployment. The service binding process leads to the creation of a Secret.

Provisioning a service means creating an instance of a service.

sudo fs_usage -f filesys - resource busy?!

Partner Session

  • include SAP CP Extension Factory in the SAP Commerce Cloud V2 roadmap section and as part of our C/4 Hana vision

  • Moritz blog:https://www.linkedin.com/pulse/yaas-turns-sap-cp-extension-factory-bringing-digital-level-moritz/

  • Developing cloud-native applications on Kubernetes is now much easier with Knative and Kyma
    https://www.linkedin.com/pulse/developing-cloud-native-applications-kubernetes-now-much-thomas-hertz/

  • sudo kubectl get pods --all-namespaces

  • 查看安裝log:kubectl logs -n kyma-installer kyma-installer-67946df775-nrd6f

    Minikube
    sudo kubectl run hello-minikube --image=k8s.gcr.io/echoserver:1.4 --port=8080

    sudo kubectl expose deployment hello-minikube --type=NodePort

    We have now launched an echoserver pod but we have to wait until the pod is up before curling/accessing it

    via the exposed service.

    To check whether the pod is up and running we can use the following:

    sudo curl $(minikube service hello-minikube --url)

    How to set proxy

    minikube ssh “systemctl show docker --property=Environment”

    sudo minikube start --docker-env “HTTP_PROXY=http://proxy.diablo.corp:8080” --docker-env “HTTPS_PROXY=http://proxy.jerry.corp:8080”

    Error getting host: Machine does not exist for api.Exists(minikube)4

    要獲取更多Jerry的原創文章,請關注公眾號"汪子熙":

    總結

    以上是生活随笔為你收集整理的Jerry本地安装SAP Kyma的一些失败尝试的全部內容,希望文章能夠幫你解決所遇到的問題。

    如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。