pipeline #9
Build, Push and Deploy Florale Emotion Website / feature-branch (push) Has been skipped Details
Build, Push and Deploy Florale Emotion Website / production-branch (push) Failing after 3m1s Details

This commit is contained in:
Julian Vollmer 2026-01-26 17:32:32 +01:00
parent 9b8dd00dd2
commit 0611ae0119
1 changed files with 20 additions and 0 deletions

View File

@ -143,6 +143,16 @@ jobs:
echo "📁 kubeconfig created at ~/.kube/config"
chmod 600 ~/.kube/config
# Debug kubeconfig content (without sensitive data)
echo "🔍 Debugging kubeconfig structure..."
echo "File size: $(wc -c < ~/.kube/config) bytes"
echo "Current context:"
kubectl config current-context || echo "❌ No current context set"
echo "Available contexts:"
kubectl config get-contexts || echo "❌ No contexts available"
# Fix TLS issues by adding insecure-skip-tls-verify to all clusters
echo "🔧 Fixing TLS verification for self-signed certificates..."
@ -372,6 +382,16 @@ jobs:
echo "📁 kubeconfig created at ~/.kube/config"
chmod 600 ~/.kube/config
# Debug kubeconfig content (without sensitive data)
echo "🔍 Debugging kubeconfig structure..."
echo "File size: $(wc -c < ~/.kube/config) bytes"
echo "Current context:"
kubectl config current-context || echo "❌ No current context set"
echo "Available contexts:"
kubectl config get-contexts || echo "❌ No contexts available"
# Fix TLS issues by adding insecure-skip-tls-verify to all clusters
echo "🔧 Fixing TLS verification for self-signed certificates..."