Resolving issues with CA certificate verification on Linux 19.3 Tricia
How to resolve CA certificate issues
This message, related to the development of the theme, only displays on the
localhost
homepage to notify you of any important theme changes.
Below are the following changes that could be breaking changes for your site. For more details on any change, please refer to PR #154.
The major breaking change is:
images
(backwards compatibility for featured
and associated parameters still remains) will need to adjust from [images]="SRC"
to the new format.[[images]]
src = "" // Link to image
alt = "" // Alt text for image
stretch = // Optional: See screenshots for referenced values and outcomes
If you utilize any of the following, there might be a breaking:
While I realize this is inconvenient, I hope that it is worth it to you in the long run. Thanks for using the theme, and feel free to submit issues as needed.
Tech | Insights | Inspiration
How to resolve CA certificate issues
Getting started with Istio on Kubernetes
The first thing we need talk about is service mesh. A service basically is the microservices that makes up an application. A modern cloud native application will contain a number of containers that handle functionality for a different part of an application. For example, a book selling website might have product page, reviews, book information details, rating etc. Each part of the application will typically be in it’s own container and will need to interact with other containers that make…
Minishift is a tool that helps you run OKD locally