You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_workloads/guest_agent_information.md
+84-78Lines changed: 84 additions & 78 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,14 @@ The condition tells that the GA is connected and can be used.
12
12
13
13
GA condition on VirtualMachineInstance
14
14
15
-
status:
16
-
conditions:
17
-
- lastProbeTime: "2020-02-28T10:22:59Z"
18
-
lastTransitionTime: null
19
-
status: "True"
20
-
type: AgentConnected
21
-
15
+
```yaml
16
+
status:
17
+
conditions:
18
+
- lastProbeTime: "2020-02-28T10:22:59Z"
19
+
lastTransitionTime: null
20
+
status: "True"
21
+
type: AgentConnected
22
+
```
22
23
23
24
When the GA is connected, additional OS information is shown in the status.
24
25
This information comprises:
@@ -30,24 +31,26 @@ Below is the example of the information shown in the VirtualMachineInstance stat
30
31
31
32
GA info with merged into status
32
33
33
-
status:
34
-
guestOSInfo:
35
-
id: fedora
36
-
kernelRelease: 4.18.16-300.fc29.x86_64
37
-
kernelVersion: '#1 SMP Sat Oct 20 23:24:08 UTC 2018'
38
-
name: Fedora
39
-
prettyName: Fedora 29 (Cloud Edition)
40
-
version: "29"
41
-
versionId: "29"
42
-
interfaces:
43
-
- infoSource: domain, guest-agent
44
-
interfaceName: eth0
45
-
ipAddress: 10.244.0.23/24
46
-
ipAddresses:
47
-
- 10.244.0.23/24
48
-
- fe80::858:aff:fef4:17/64
49
-
mac: 0a:58:0a:f4:00:17
50
-
name: default
34
+
```yaml
35
+
status:
36
+
guestOSInfo:
37
+
id: fedora
38
+
kernelRelease: 4.18.16-300.fc29.x86_64
39
+
kernelVersion: '#1 SMP Sat Oct 20 23:24:08 UTC 2018'
40
+
name: Fedora
41
+
prettyName: Fedora 29 (Cloud Edition)
42
+
version: "29"
43
+
versionId: "29"
44
+
interfaces:
45
+
- infoSource: domain, guest-agent
46
+
interfaceName: eth0
47
+
ipAddress: 10.244.0.23/24
48
+
ipAddresses:
49
+
- 10.244.0.23/24
50
+
- fe80::858:aff:fef4:17/64
51
+
mac: 0a:58:0a:f4:00:17
52
+
name: default
53
+
```
51
54
52
55
When the Guest Agent is not present in the Virtual Machine, the Guest Agent information is not shown. No error is reported because the Guest Agent is an optional component.
53
56
@@ -76,74 +79,77 @@ The whole GA data is returned via `guestosinfo` subresource available behind the
0 commit comments