728x90 분류 전체보기463 🥰 istio ingress gateway 샘플 gatewayapiVersion: networking.istio.io/v1alpha3kind: Gatewaymetadata: name: ks-gatewayspec: selector: istio: ingressgateway # use Istio default gateway implementation servers:# - port:# number: 80# name: http# protocol: HTTP# hosts:# - "ks.hyunsoft.xyz"# - "*" - port: number: 443 name: https protocol: HTTPS tls: credentialName: "hyunsoft-tls.. 2022. 6. 7. 🥰 kubesphere 초기 비밀번호 조회 kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -fkubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f Start installing monitoring Start installing multicluster Start installing openpitrix Start installing network ******************.. 2022. 6. 4. 🥰 awx docker-compose.yml 샘플 #https://hub.docker.com/u/ansibleversion: '3'services: postgres: image: "postgres:9.6" environment: POSTGRES_USER: awx POSTGRES_PASSWORD: awxpass POSTGRES_DB: awx rabbitmq: image: "rabbitmq:3" environment: RABBITMQ_DEFAULT_VHOST: awx memcached: image: "memcached:alpine" awx_web: # image: "geerlingguy/awx_web:latest" image: "ansible/awx_web:11.2.0" .. 2022. 5. 5. 🥰 centos Desktop shortcut 생성 아래 샘플 내용을 적절하게 수정해서 작성cd ~/.local/share/applications/vi app-name.desktop [Desktop Entry]Version=1.0Type=ApplicationName=GoglandIcon=/opt/Gogland/bin/gogland.pngExec="/opt/Gogland/bin/gogland.sh" %fComment=The Golang IDECategories=Development;IDE;Terminal=falseStartupWMClass=jetbrains-gogland 2022. 2. 26. 이전 1 ··· 41 42 43 44 45 46 47 ··· 116 다음 728x90