A quick tips on how to fix Kubernetes pod when it fails with CreateContainerError
status followed with “Error: failed to reserve container name
… is reserved for
…” described status by kubelet.
Export all available Windows Event Logs via PowerShell
If you need to export all available Windows Event Logs, especially in the Windows Server Core edition (without GUI), you can utilize this PowerShell script:
Continue readingHow to redirect EKS AWS ALB Ingress to another domain
In order to redirect the EKS AWS ALB Ingress host you can use alb.ingress.kubernetes.io/actions
annotation to do its job to redirect ALB Listener rule from artifactory.domain.com
to artifactory-new.domain.com
Fix desynchronized clock in macOS with terminal
You may face issue when your clock is not synchronized properly and you’re not able to re-sync time. Example: timestamps differ by 367 seconds - check your system clock
WiFiman does not work when enabled (UDM)
If WiFiman worked and does not work anymore after the firmware upgrade or by a time you need to generate new java certificate.
Continue readingError code: -2146233088 / schannel Process exited with code 35
If you will experience following error codes:
curl: (35) schannel: failed to receive handshake, SSL/TLS connection failed
Process exited with code 35
Error code: -2146233088
In most cases your machine can’t check CRL (Certificate Revocation List) or AIA Extension (Authority Information Access) servers.
Continue reading