FIX ERROR – WordPress: Blocked loading mixed active content

A similar error may occur when using mixed content HTTP and HTTPS. Blocked loading mixed active content   Solution: To get rid of it and download everything using the HTTPS protocol, you need to add the following to the “wp-config.php” file:

GKE – Nginx Ingress Installation Using HELM

  Installation instructions can be found here.   Install HELM locally:   Installing Tiller with RBAC enabled Начиная с Kubernetes v1.8+, RBAC включен по умолчанию.     Checking:   Create Nginx Ingress Controller:   If the following error occurs: Error: release nginx-ingress failed: namespaces "default" is forbidden: User "system:serviceaccount:kube-system:default" cannot get resource "namespaces" in API … Continue reading "GKE – Nginx Ingress Installation Using HELM"

Kubernetes – Status: Evicted

The status “Evicted” means that Pod was “evicted” from the node, as he lacked the resources. This can be observed if you display the following:   In order to remove all pods in the status “Evicted“, do the following:

Kubernetes – CORS enable

To enable CORS in ingress, add the following:   * – allows requests from anywhere, replace it with the domain you need