Use the onedrive protocol and connect to the graph.microsoft.com host:
From the prompt enter the connect command:
onedriveconnect onedrive://graph.microsoft.com| #!/bin/sh | |
| # Update Base System | |
| sudo apt update -y | |
| sudo apt upgrade -y | |
| # Install Docker | |
| echo -e "\e[1;31m Installing Docker \e[0m" | |
| curl -fsSL https://get.docker.com | bash | |
| sudo usermod -aG docker $USER |
Use the onedrive protocol and connect to the graph.microsoft.com host:
From the prompt enter the connect command:
onedriveconnect onedrive://graph.microsoft.com| #!/bin/bash | |
| #set -ex | |
| # vi: et st=2 sts=2 ts=2 sw=2 cindent bg=dark | |
| #Harbor on Ubuntu 22.04 | |
| # Unless ENV VAR 'IPorFQDN' is already set in CLI, | |
| # prompt for the user to ask if the install should use the IP Address or Fully Qualified Domain Name of the Harbor Server | |
| if [ -z "$IPorFQDN" ];then |
| Message Queuing Model | NATS | RabbitMQ | NSQ | Kafka |
|---|---|---|---|---|
| Delivery Guarantee | At-most-once | At-least-once | At-least-once | At-most-once, At-least-once, Exactly-once |
| Ordering Guarantee | No | Yes | No | Yes |
| Throughput | Up |
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
| - name: gateway-api | |
| display_name: Kubernetes Gateway API | |
| description: The Gateway API is a part of SIG Network, and this repository contains the specification and Custom Resource Definitions (CRDs). | |
| category: orchestration | |
| logo_url: https://raw.githubusercontent.com/cncf/artwork/master/projects/kubernetes/icon/color/kubernetes-icon-color.svg | |
| devstats_url: | |
| accepted_at: "" | |
| maturity: | |
| repositories: | |
| - name: gateway-api |