Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AdminTurnedDevOps committed Dec 6, 2022
1 parent e8e10ee commit e6f5847
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .vscode/targets.log
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ make all --print-data-base --no-builtin-variables --no-builtin-rules --question

# This program built for i386-apple-darwin11.3.0

# Make data base, printed on Mon Nov 28 14:11:40 2022
# Make data base, printed on Tue Dec 6 06:31:39 2022

# Variables

Expand Down Expand Up @@ -146,7 +146,7 @@ MAKELEVEL := 0
# environment
LANG = C
# environment
VSCODE_PID = 78839
VSCODE_PID = 20136
# variable set hash-table stats:
# Load=68/1024=7%, Rehash=0, Collisions=1/89=1%

Expand All @@ -156,9 +156,9 @@ VSCODE_PID = 78839

# Directories

# . (device 16777233, inode 14779675): 47 files, no impossibilities.
# . (device 16777233, inode 14779675): 49 files, no impossibilities.

# 47 files, no impossibilities in 1 directories.
# 49 files, no impossibilities in 1 directories.

# Implicit Rules

Expand Down Expand Up @@ -230,7 +230,7 @@ GNUmakefile:
# strcache size: total = 0 / max = 0 / min = 4096 / avg = 0
# strcache free: total = 0 / max = 0 / min = 4096 / avg = 0

# Finished Make data base on Mon Nov 28 14:11:40 2022
# Finished Make data base on Tue Dec 6 06:31:39 2022


make: *** No rule to make target `all'. Stop.
Expand Down
12 changes: 12 additions & 0 deletions Docker-Swarm/setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

1. Ensure to add the following ports to your firewall:
- 2376
- 2377
- 7946
- 4789

2. Install Docker
`sudo apt install docker.io -y`

3. Initialize the cluster
`docker swarm init --advertise-addr node_ip_address`
11 changes: 11 additions & 0 deletions volumes/azurepvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: azurefile
spec:
accessModes:
- ReadWriteMany
storageClassName: azurefile-csi
resources:
requests:
storage: 10Gi

0 comments on commit e6f5847

Please sign in to comment.