41%
25.09.2023
kind: Service
03 metadata:
04 name: nginx
05 spec:
06 ports:
07 - port: 8080
08 targetPort: 80
09 selector:
10 app: nginx
Listing 7
my-k8s-app/webapp-service.yaml
01
40%
08.10.2015
=docker.socket
[Service]
Type=notify
EnvironmentFile=-/etc/sysconfig/docker
ExecStart=/usr/bin/docker -d -H fd:// $OPTIONS
LimitNOFILE=1048576
LimitNPROC=1048576
Environment="HTTP_PROXY=http://proxy.example.com:80/" "NO
40%
15.12.2017
-server-ctl user-create jstanger James Stanger jstanger@company.com
Cr8*p@sswrd*here -f /tmp/jstanger.key
Now that you’ve created a certificate and a user, make sure that the PEM files are in the right place
40%
18.03.2012
:\Users\khess> $Host
Name : ConsoleHost
Version : 2.0
InstanceId : ccbc6963-c33e-4848-a8e5-aa1ccaf7d65c
UI : System
40%
15.01.2019
or Canonical to fix these vulnerabilities.
Source: https://www.qualys.com/2019/01/09/system-down/system-down.txt
40%
05.02.2023
https://mirror.openshift.com/pub/open-shift-v4/$(uname -m)/clients/ocp/stable/openshift-client-linux.tar.gz
tar -xf openshift-client-linux.tar.gz -C /usr/local/bin oc kubectl
To check whether the back
40%
14.11.2013
is http://buttersideup.com/edacwiki/ and the edac.txt in the kernel doc.
06
07 # EDAC memory reporting
08 if [ -d /sys/devices/system/edac/mc ]; then
09 # Iterate all memory controllers
10 for mc
40%
07.11.2011
GB)
03 Socket P#0
04 Core L#0 + PU L#0 (P#0)
05 Core L#1 + PU L#1 (P#2)
06 Core L#2 + PU L#2 (P#4)
07 Core L#3 + PU L#3 (P#6)
08 NUMANode P#1 (12GB)
09 Socket P#1
10
40%
30.01.2013
difficult. (Note that lowercase “environment module” indicates a generic capability and capitalized “Environment Module” indicates a particular implementation of that capability).
The particular capability I’m
40%
09.10.2017
[...]
02 apiVersion: extensions/v1beta1
03 kind: Ingress
04 metadata:
05 name: test
06 spec:
07 rules:
08 - host: foo.bar.com
09 http:
10 paths:
11 - path: /foo
12 backend:
13