This doc contains template that you (PM/TM) should paste in the JIRA task and answer inline.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| nginx.conf | |
| php-fpm.conf | |
| www.conf | |
| php.ini | |
| phpinfo | |
| phpinfo.php | |
| Procfile | |
| procfile | |
| Makefile | |
| project.toml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| <ul class="GLATOE0E3E"> | |
| <li id="chozen_container__0_chzn_g_0" class="GLATOE0O3E" style="display: none;">Popular</li> | |
| <li id="chozen_container__0_chzn_g_1" class="GLATOE0O3E" style="display: none;">Other</li> | |
| <li id="chozen_container__0_chzn_g_2" class="GLATOE0O3E" style="display: list-item;">Popular</li> | |
| <li id="chozen_container__0_chzn_o_3" class="GLATOE0J2E GLATOE0B4E GLATOE0N3E GLATOE0P3E" style="">.com - $12.00</li> | |
| <li id="chozen_container__0_chzn_o_4" class="GLATOE0J2E GLATOE0N3E" style="">.net - $11.00</li> | |
| <li id="chozen_container__0_chzn_o_5" class="GLATOE0J2E GLATOE0N3E" style="">.org - $12.00</li> | |
| <li id="chozen_container__0_chzn_o_6" class="GLATOE0J2E GLATOE0N3E" style="">.com.au - $15.00</li> | |
| <li id="chozen_container__0_chzn_o_7" class="GLATOE0J2E GLATOE0N3E" style="">.co.uk - $9.00</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2022-11-11 22:35:07 request="GET /assets/sounds/bet.mp3 HTTP/2.0" upstream_response_length="8146" bytes_sent="8372" | |
| 2022-11-11 22:35:07 request="GET /assets/sounds/bet.mp3 HTTP/2.0" upstream_response_length="2" bytes_sent="204" | |
| 2022-11-11 22:34:43 request="GET /assets/sounds/bet.mp3 HTTP/2.0" upstream_response_length="8146" bytes_sent="8372" | |
| 2022-11-11 22:34:42 request="GET /assets/sounds/bet.mp3 HTTP/2.0" upstream_response_length="2" bytes_sent="204" |
➜ lsblk --fs
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
nvme0n1
├─nvme0n1p1 vfat FAT16 EFI 51DA-BFD6 443.9M 9% /boot/efi
├─nvme0n1p2 ext4 1.0 BOOT 52c4aca3-4024-47e4-aaec-83d11711bc7c 636.3M 28% /boot
└─nvme0n1p3 crypto_LUKS 2 5533a956-45af-4d8e-b903-fa6f2f0cf206 You need to have https://kustomize.io/ installed (part of your onboarding plan)
- write bash script that accepts unlimited number of arguments.
- each argument means the name of the repository.
- generate a valid
ed25519ssh key for each of the repository. Store the keys in repos/ folder- each key should have the following suffix added to the file
-deploy-key.pem, for exampleiss-kubernetes-aws-deploy-key.pem
- each key should have the following suffix added to the file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| usage: | |
| node_shell ip-10-110-9-37.us-west-2.compute.internal | |
| script: | |
| #!/bin/sh | |
| set -x | |
| node=${1} | |
| nodeName=$(kubectl get node ${node} -o template --template='{{index .metadata.labels "kubernetes.io/hostname"}}') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: ConfigMap | |
| metadata: | |
| name: loki-additional-rules | |
| annotations: | |
| argocd.argoproj.io/compare-options: IgnoreExtraneous | |
| labels: | |
| loki_rule: 'true' | |
| data: | |
| additional-loki-rules.yaml: | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@ip-10-120-2-219 /]# ps -eLo state,pid,tid,ppid,comm,wchan:40 --sort=state | grep '^D' | |
| D 1631651 1631651 2 127.0.0.1-manag rpc_wait_bit_killable | |
| D 1631652 1631652 2 127.0.0.1-manag rpc_wait_bit_killable | |
| D 3288434 3288453 3288379 aws-efs-csi-dri rpc_wait_bit_killable | |
| D 3288434 3288455 3288379 aws-efs-csi-dri rpc_wait_bit_killable | |
| D 3288434 3288522 3288379 aws-efs-csi-dri rpc_wait_bit_killable | |
| D 3288434 3289041 3288379 aws-efs-csi-dri rpc_wait_bit_killable | |
| D 3288434 3289081 3288379 aws-efs-csi-dri rpc_wait_bit_killable | |
| D 3288434 3289381 3288379 aws-efs-csi-dri rpc_wait_bit_killable | |
| D 3288434 3293394 3288379 aws-efs-csi-dri rpc_wait_bit_killable |