- How many years of experience do you have working with Kubernetes?
- What is your preferred Kubernetes distribution?
- Approximately how many Kubernetes environments does your organization maintain, and what kind of environments are they (prod, dev, etc)?
- How does your organization create these Kubernetes environments?
- Do you typically work with local or remote Kubernetes clusters? Roughly how many of each?
- Are there any deployment requirements or standards in your organization that impact that Kubernetes YAML you create?
This file contains 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
Welcome to the Podman Desktop Early Adopter Program! | |
==================================================== | |
You will receive infrequent (less than once a month) email messages from us about updates to Podman Desktop and opportunities to provide feedback or participate in user research studies. | |
It would be helpful if you were willing to fill out our new Early Adopter Program members initial survey: | |
https://forms.gle/MsXvndNP3yZoxW1c8 | |
You can view previous emails to our community via the archive link here: |
This file contains 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
duffy@pocapanda ~/Repositories git clone [email protected]:containers/podman.io.git | |
Cloning into 'podman.io'... | |
remote: Enumerating objects: 14271, done. | |
remote: Counting objects: 100% (3610/3610), done. | |
remote: Compressing objects: 100% (1078/1078), done. | |
remote: Total 14271 (delta 2561), reused 3138 (delta 2388), pack-reused 10661 | |
Receiving objects: 100% (14271/14271), 117.60 MiB | 22.92 MiB/s, done. | |
Resolving deltas: 100% (9699/9699), done. | |
duffy@pocapanda ~/Repositories cd podman.io | |
duffy@pocapanda ~/..../podman.io main yarn |
This file contains 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
'charcoal': { | |
50: '#767676', | |
100: '#707073', | |
200: '#5c5c5c', | |
300: '#464649', | |
400: '#4a4b4f', | |
500: '#36363d', | |
600: '#27272a', | |
700: '#222222', | |
800: '#18181b', |
This file contains 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
```public render( | |
renderer: THREE.WebGLRenderer, | |
scene: THREE.Scene | |
) { | |
this._controls.update(); | |
// for performance | |
// on re-render if something changed (needs to be listening to events from controls to set to true when we want to re-render) | |
if (!this._modified) { | |
return; |
I hereby claim:
- I am mairin on github.
- I am mairin (https://keybase.io/mairin) on keybase.
- I have a public key ASAxQWgc762Zwqbzsn4sVlRyoorfO65g9cd1m2kjVmLmUgo
To claim this, I am signing this object:
This file contains 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
linux-vdso.so.1 => (0x00007ffffde7a000) | |
libcairo.so.2 => /lib64/libcairo.so.2 (0x0000003b4a000000) | |
libQtGui.so.4 => /lib64/libQtGui.so.4 (0x0000003b46e00000) | |
libQtXml.so.4 => /lib64/libQtXml.so.4 (0x0000003b4ae00000) | |
libQtNetwork.so.4 => /lib64/libQtNetwork.so.4 (0x0000003b4a400000) | |
libQtCore.so.4 => /lib64/libQtCore.so.4 (0x0000003b46400000) | |
libfreetype.so.6 => /lib64/libfreetype.so.6 (0x00007f9a43e4d000) | |
libfontconfig.so.1 => /lib64/libfontconfig.so.1 (0x0000003b45800000) | |
libxml2.so.2 => /lib64/libxml2.so.2 (0x000000307be00000) | |
libpython2.7.so.1.0 => /lib64/libpython2.7.so.1.0 (0x0000003086e00000) |