We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Diego, Thanks for the impressive work on kubernetes diagrams!
2 topics I'd like to discuss with you
plantuml guide I am working with @arnaud Roques (creator/owner of plantuml) on a guide for stdlib to be released next week. I'd like to include one of your diagrams as it showcases the power of plantuml. i..e this page https://crashedmind.github.io/PlantUMLHitchhikersGuide/kubernetes/kubernetes.html
the current diagram https://github.com/dcasati/kubernetes-PlantUML/blob/master/samples/microservices-azure-aks.puml has a text overlap when using the plantuml server.
This can be fixed by adding "skinparam linetype polyline"
thanks, Chris
The text was updated successfully, but these errors were encountered:
hey @Crashedmind -
All good with both topics. I'll include the skinparam linetype polyline (thanks!). The plantuml server doesn't seem to be able to render the https://github.com/dcasati/kubernetes-PlantUML/blob/master/samples/microservices-azure-aks.puml file anymore for some reason.
skinparam linetype polyline
Sorry, something went wrong.
Update microservices-azure-aks.puml
dee6e17
adding `skinparam linetype polyline` as per #2
No branches or pull requests
Hi Diego,
Thanks for the impressive work on kubernetes diagrams!
2 topics I'd like to discuss with you
plantuml guide
I am working with @arnaud Roques (creator/owner of plantuml) on a guide for stdlib to be released next week.
I'd like to include one of your diagrams as it showcases the power of plantuml. i..e this page
https://crashedmind.github.io/PlantUMLHitchhikersGuide/kubernetes/kubernetes.html
the current diagram
https://github.com/dcasati/kubernetes-PlantUML/blob/master/samples/microservices-azure-aks.puml has a text overlap when using the plantuml server.
This can be fixed by adding "skinparam linetype polyline"
thanks,
Chris
The text was updated successfully, but these errors were encountered: