69%
30.01.2020
://raw.githubusercontent.com/coreos/flannel/2140ac876ef134e0ed5af15c65e414cf26827915/Documentation/kube-flannel.yml
This command loads the Flannel definitions directly into the running Kubernetes Control Plane, making them available for use
69%
02.06.2025
uptime
command to find the current time on the node, the number of users, how long the node has been up, and the 1-, 5-, and 15-minute load averages on the node. Isn’t it amazing how much information is contained
69%
04.12.2024
in this collection has different fields, depending on the type of vehicle (Listing 1).
Listing 1
Collection of Vehicles
01 {
02 "type": "Car",
03 "brand: "BMW,
04 "model": "X5",
05 "year": 2021
69%
27.09.2021
T), thanks to a binary of just 100MB. The perfect laboratory companion that offers immediate access to Kubernetes is the clever minikube [2].
Another distribution caught my eye recently when I was arriving
69%
05.12.2014
used extensively some years ago, and it reminded me how steeped in history that package was. Despite its diminutive size and unquestionable sophistication, it is shrouded with confusion harking back
69%
13.02.2017
as adminuser
with the password specified during the setup.
As an example, I'll look at the installation of opsi on a Debian 8.0 system. Keep in mind that the opsi server requires at least 16GB of space
69%
30.01.2024
on your website. The reverse is also true: If you do not have any trade relations with Asia and Africa, a geo-block can exclude almost 100 countries. An attacker in Somalia will not see an SSH prompt where
69%
07.04.2022
title: Text('Hello World'),
15 ),
16 body: Center(
17 child: Text('Hello World'),
18 ),
19 ),
20 );
21 }
22 }
The source code of an app in Flutter
69%
11.09.2018
. With Minikube and a little Docker knowledge under your belt, it's perfectly possible to begin learning the basics once you complete the relatively simplified installation.
This article describes how to get ... 0 ... 0
69%
22.05.2023
/letsencrypt/live/domain.com/privkey.pem; # managed by Certbot
[...] (SSL and LOG parameters)
location ~ ^(/_matrix|/_synapse/client) {
client_max_body_size 100M;
proxy_pass http://192.168.122.26:8008;
proxy_set_header X