Skip to content

Instantly share code, notes, and snippets.

View naioja's full-sized avatar

Adrian Joian naioja

View GitHub Profile
Problem description
On the latest update of systemd for Ubuntu 18.04 the underlying OS for AKS the following bug surfaced : https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1988119
The affected version being : 237-3ubuntu10.54
Below are some ALTERNATIVE suggestions how to fix it, besides the official response from Microsoft : https://status.azure.com/en-us/status
1. Fixing it with the az vmss run-command:
```
---
apiVersion: v1
kind: Namespace
metadata:
name: nginx
---
apiVersion: v1
kind: ResourceQuota
metadata:
name: ns-resource-quota
#/bin/bash
#
# Script to quickly install an AKS cluster
#
set -x
# Install the aks-preview extension
az extension add --name aks-preview