chmod +x upgrade_ubuntu.sh
sudo ./upgrade_ubuntu.sh --dist-upgrade
sudo reboot
sudo ./upgrade_ubuntu.sh --release-upgrade
| // ****************** | |
| // Virtual Machine // | |
| // ****************** | |
| // Create Public IP | |
| resource publicIP 'Microsoft.Network/publicIPAddresses@2021-05-01' = { | |
| name: vmPublicIPName | |
| location: location | |
| properties: { |
| import csv | |
| import os | |
| import re | |
| def format_track_name(track_name): | |
| # Match the content inside parentheses | |
| def replace_in_parentheses(match): | |
| content = match.group(1) | |
| # Replace the first space with double space | |
| content = content.replace(' ', ' ', 1) |
If you have an existing Kubernetes cluster with multiple nodes, each having a unique namespace and running a MySQL database server, you can install and verify the MySQL Operator on this cluster. The MySQL Operator is an operator for managing MySQL InnoDB Cluster setups inside a Kubernetes Cluster. It automates the setup and maintenance of MySQL InnoDB Cluster setups, including upgrades and backups [Source 0].
To install and verify the MySQL Operator, follow these steps:
Install the MySQL Operator
Use kubectl to install the MySQL Operator by applying the manifest files. The manifest files contain the required Custom Resource Definitions (CRDs) and the operator deployment configuration.
| a4b.amazonaws.com | |
| acm-pca.amazonaws.com | |
| acm.amazonaws.com | |
| alexa-appkit.amazon.com | |
| alexa-connectedhome.amazon.com | |
| amazonmq.amazonaws.com | |
| apigateway.amazonaws.com | |
| application-autoscaling.amazonaws.com | |
| appstream.application-autoscaling.amazonaws.com | |
| appsync.amazonaws.com |
| :: copy pg_hba.conf to the E:/postgres location | |
| :: this is to allow the postgres user to connect to the database | |
| @echo off | |
| :: XCOPY Docs https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/xcopy#syntax | |
| XCOPY /F /Y /D "C:\Program Files\PostgreSQL\9.3\pg_hba.conf" "E:\postgres\pg_hba.conf" | |
| :: Restart PostgresSQL server | |
| @REM pg_ctl restart | |
| @REM call |
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: ubuntu | |
| namespace: smtp-test | |
| labels: | |
| app: ubuntu | |
| spec: | |
| containers: | |
| - image: ubuntu |
| *.keystore | |
| *.sw* | |
| platforms/ | |
| plugins/ | |
| app/bower_components/ | |
| node_modules/ | |
| .tmp/ | |
| .DS_Store | |
| *.log |
| *.keystore | |
| *.sw* | |
| platforms/ | |
| plugins/ | |
| app/bower_components/ | |
| node_modules/ | |
| .tmp/ | |
| .DS_Store | |
| *.log |