lab
Here are 913 public repositories matching this topic...
-
Updated
May 14, 2020
The "Tag" section on each guide can encourage use of them for better asset management.
In this case (running labs) we can use them to mark resources created during the lab and tear them down later more quickly.
-
Updated
Jul 4, 2020 - Makefile
-
Updated
Apr 5, 2020 - C
-
Updated
Dec 23, 2019
-
Updated
Jan 14, 2018 - Java
-
Updated
Oct 21, 2019 - PHP
The guide for goaccess has the following command:
[isabell@stardust ~]$ cp /etc/goaccess.conf ~/etc/goaccess.conf
This is wrong because the config file is located in /etc/goaccess/goaccess.conf
(at least on kushida.uberspace.de)
-
Updated
Jun 24, 2020 - HTML
Verison of PowerShell:
$PSVersionTable.PSVersion
Major Minor Build Revision
----- ----- ----- --------
5 1 17763 1007
PowerShell host:
Console
Operating system:
Get-CimInstance Win32_OperatingSystem | Select-Object Caption, Version, ServicePackMajorVersion, OSArchitecture, WindowsDirectory
Caption : Microsoft Windows Server 2019 Standard
V
-
Updated
Jun 28, 2020 - C#
-
Updated
Nov 14, 2018 - C
-
Updated
Apr 20, 2020 - JavaScript
-
Updated
Jun 16, 2020 - HCL
Minor corrections
The second cat command is missing the apiVersion line.
Should be:
cat <<EOF | kubectl apply -f -
apiVersion: networking.istio.io/v1alpha3
Also, in the current version of Istio, we need to run:
kubectl apply -f samples/bookinfo/networking/virtual-service-all-v1.yaml -n default
kubectl apply -f samples/bookinfo/networking/destination-rule-all-mtls.yaml -n default
instead
When we search for files to render, we should recursively check the given directory. Currently we only search the given directory.
docs/
components/
a.md
b.md
overview/
installation.md
While working on another problem (#176), I realized I needed to add changes to kubeadm.cfg
while instantiating a cluster. We already do this with the IPv6 deployment, and I can think of a few other things that would be nice to change here too.
I think there are 2 approaches here:
- Add a template with all the kubeadm options, and build it out with some defaults that can override
- Provi
-
Updated
May 13, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the lab topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lab topic, visit your repo's landing page and select "manage topics."
Which lab is it that you're having issues with?
Lab: Docker for Java Developers
Description
When deploying Java applications in production one usually specifies the amount of memory available to the JVM (-Xmx) and other assorted configuration settings. Unfortunately, this is (usually) static configuration and therefore fixed in the container image. When specifying memory constraints