This is a small article about understanding the liveness, readiness and startup in kubernetes. There's good explanation in the kubernetes documentation: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/ This video also explains well the process: https://www.youtube.com/watch?v=aTlQBofihJQ But I wanted to understand it in a practical way. So I have this demo: https://github.com/DiegoTc/guest-book-js-docker/tree/Running-App-Version-1 It's a simple application running on a kubernetes cluster. https://github.com/DiegoTc/guest-book-js-docker/blob/Running-App-Version-1/argo/deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: chat-ui spec: replicas: 1 revisionHistoryLimit: 3 selector: matchLabels: app: chat-ui template: metadata: labels: app: chat-ui spec: containers: - image: diegotc/guestbook:20230803-064434 imagePullPolicy: Always nam
Ya días me preguntaba esto. Y si se puede. ¿Como? Bueno buscando en google y aquí les digo como.
Pasos
Y eso es todo!!
Pasos
- Primero lo que tenemos que hacer es instalar la ultima versión del wine. Aqui
- Después descargamos el winetricks. Aquí
- Abrimos la consola y escribimos el siguiente comando: winetricks
- Despues selecionamos los siguientes
winetricks dotnet11
Y listo. Aqui hay unas fotos.
*winetricks gdiplus
*winetricks vb3run
*winetricks vb4run
*winetricks vb5run
*winetricks vb6run
*winetricks msxml3
*winetricks msxml4
*winetricks msxml6
*winetricks riched20
*winetricks riched30
*winetricks vcrun6
*winetricks vcrun2005
*winetricks vcrun2005sp1
Y eso es todo!!
Comentarios
Publicar un comentario